@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 1320px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none;color: #2a3a91;}
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
::-webkit-scrollbar{width: 0px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(211 76% 47% / 0.8);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
.clear{clear:both; height:0; line-height:0; font-size:0;}
table {border-collapse:collapse; border-spacing:0;}
table td, table th{/* padding: 5px 10px; *//* border: 1px solid #ddd; */}

@media (min-width: 1400px){
    .container{width: 1320px;}
}

@media (min-width: 1430px){
    .container{width: 1400px;}
}
@media (min-width: 1530px){
    .container{width: 1400px;}
}
@media (min-width: 1630px){
    .container{width: 1400px;}
}

@media (max-width: 1530px){
    .container{width: 1320px;}
}

@media (max-width: 1300px){
    .container{width: 1200px;}
}

.container{margin:0 auto;}
.top30{margin-top: 30px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.w1000 {width: 1200px;margin: 0 auto;overflow: hidden;}

#roll{display:block;width: 15px;margin-right:-620px;position:fixed;right:50%;top:50%;z-index: 3;_margin-right:-525px;_position:absolute;_margin-top:300px;_top:expression(eval(document.documentElement.scrollTop));}
#roll_top, #fall, #ct{position: relative;cursor: pointer;height: 43px;width: 43px;}
#roll_top{background: url(../images/top.png) no-repeat;}
#fall{background: url(../images/top.png) no-repeat 0 -80px;}
/*箭头*/
.pbot{ display:block; width:50px; height:50px; position:absolute;}
.pbot1{background:url(../images/pbot1.png) no-repeat center;left: -55px;}
.pbot2{background:url(../images/pbot2.png) no-repeat center;right: -55px;}

/* 头部 */
.top111{line-height: 40px;height: 40px;background: #171615;padding: 0 42px;position: relative;}
.top111 p{color: #999;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 14px;float: left;padding-left: 124px;}
.top111 p em{color: #fff;font-size: 20px;/* font-weight: bold; */position: relative;top: 2px;}
.top111 p b{font-weight: normal;color: #000;}
.top111 span{font-size: 14px;padding-left: 42px;float: right;}
.top111 span p{padding-right: 32px;padding-left: 32px;background: url(../images/top-dh.png) left no-repeat;line-height: 36px;color: #fff;}
.top111 span a{font-size: 14px;padding-left: 10px;padding-right: 10px;border-left: 1px solid #ccc;color: #999;}

.pc-header {height: 140px;position: fixed;top: 0;width: 100%;z-index: 1000;transition: all .3s;-webkit-transition: all .3s;background: #fff;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
.pc-header .top .top_l{display: flex; overflow: hidden; vertical-align: middle;align-items: center;float: left;width:220px;height: 100px;padding-left: 60px;}
.pc-header .logtxt{float:left;padding-left: 20px;padding-top: 20px;}
.pc-header .logtxt h2{ color: #2a3a91; font-size: 25px; font-weight: bold; padding-bottom: 5px;}
.pc-header .logtxt p{font-size: 16px;}
.pc-header .top .top_l a { display: block; }
.pc-header .top .top_l a img {max-width: 100%;vertical-align: middle;align-items: center;position: relative;top: 0px;}
.pc-header .top .top_l .top_l_r { padding-left: 30px; position: relative; }
.pc-header .top .top_l .top_l_r::after { position: absolute; content: ''; height: 100%; width: 1px; left: 15px; top: 0; background: #d5d5d5; }
.pc-header .top .top_l .top_l_r h2 { font-size: 24px; color: #444; font-weight: bold; display: block; padding-top: 6px;}
.pc-header .top .top_l .top_l_r h2 em { color: #f67d00; font-weight: bold; }
.pc-header .top .top_l .top_l_r span { font-size: 16px; color: #666; line-height: 2; display: block; padding-top: 3px;}
.pc-header .top .top_r  {float: right;padding-right: 20px;}
.pc-header .top .top_r>ul { float: right; }
.pc-header .top .top_r>ul>li { float: left; }
.nav>li{float: left;position:relative;padding: 0 18px;}
.nav>li:last-child{margin-right: 0;}
.nav>li>a{display: block;font-size: 16px;padding: 0;color: #444;position: relative;line-height: 100px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav>li.cur>a {color: #2a3a91;}
.nav>li:hover>a {color: #2a3a91;}
.nav>li:last-child>a::before{display:none;}
.nav>li>a::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;transition: all .2s;-webkit-transition: all .2s;}
.nav>li:hover>a::after, .nav>li.cur>a::after{/* border-top: 0; *//* border-left: 5px solid transparent; *//* border-right: 5px solid transparent; */border-bottom: 4px solid #2a3a91;/* background: url(../images/lmtb.png) center no-repeat; */top: 60px;}
#header:hover .nav>li>a::after, #header.active .nav>li>a::after{background-color: #0274d4;}
.nav>li>a:focus, .nav>li>a:hover { background: none;  }
.pc-header .top .top_r ul .zx {   align-items: center;  padding-left: 10px;position: absolute;width: 320px;right: 0;}
.pc-header .top .top_r ul .zx img { display: block; max-width: 100%; }
.pc-header .top .top_r ul .zx p{ font-size: 18px; color: #fff; font-weight: bold; line-height: 1.1;  background: #ee3333;padding: 10px;}
.header_space { width: 100%; height: 150px; display: block; }

@media (max-width: 1660px){
    .nav>li{ margin-right:40px; }
    .nav>li{margin-right: 0px;padding: 0 12px;}
    .top111 p{ padding-left:112px; }
}

@media (max-width: 1560px){
    .nav>li{margin-right: 0px;}
    .nav>li{margin-right: 0px;padding: 0 3px;}
    .nav>li>a{ font-size:15px; }
}

@media (max-width: 1440px){
    .nav>li{margin-right: 0px;padding: 0 3px;}
    .pc-header .top .top_l{ padding-left: 32px;}
    .nav>li>a{ font-size:15px; }
    .pc-header .logtxt{ padding-top: 24px;}
    .pc-header .logtxt h2{ font-size: 22px;}
    .pc-header .logtxt p{ font-size: 14px;}
    .top111 p{ padding-left:112px; }
}

@media (max-width: 1366px){
    .nav>li{margin-right: 0px;}
    .nav>li>a{ font-size:14px; }
}
@media (max-width: 1300px){
    .container{margin: initial; width: 1200px;}
}
@media (max-width: 1200px){
    .pc-header .top .top_l{ padding-left:24px; }
    .pc-header .logtxt{display:none;}
    .nav>li{padding:0 15px;}
    .container{margin: initial;}
}
@media (max-width: 992px){
    .nav>li{padding:0 2px;}
    .nav>li>a{font-size:13px;}
    .top111 p{padding-left:90px;}
    .top111 span{padding-left:0;}
}

/*导航下拉*/
.pc-header .top .top_r ul li .xiala {position: fixed;background: rgba(255,255,255,1);width: 100vw;top: 140px;left: 0;z-index: 999;display: none;padding-bottom: 30px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.pc-header .top .top_r ul li:hover .xiala{ display:block; }
.pc-header .top .top_r ul li .xiala .container {padding: 24px 120px 40px 40px;}
.pc-header .top .top_r ul li .xiala .container .nav2_r { float: right;  width: 25%;}
.pc-header .top .top_r ul li .xiala .container .nav2_r img { display: block; max-width: 100%; }
.pc-header .top .top_r ul li .xiala .container .nav2_l {float: left;width: 70%;padding-bottom: 20px;}
.pc-header .top .top_r ul li .xiala .container .nav2_l .desc { overflow: hidden; padding-bottom: 32px;}
.pc-header .top .top_r ul li .xiala .container .nav2_l .desc .en { font-size: 30px;line-height: 40px;color: #333;}
.pc-header .top .top_r ul li .xiala .container .nav2_l .desc .list { font-size: 14px;line-height: 24px;margin-top: 10px;color: #999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pc-header .top .top_r ul li .xiala .container .nav2_l .nav-er-list { /* margin-top: 40px; */overflow: hidden; float: left; line-height: 32px;}
.pc-header .top .top_r ul li .xiala .container .nav2_l .nav-er-list a{ display: inline-block; }
.pc-header .top .top_r ul li .xiala .container .nav2_l .nav-er-list a span {font-size: 14px;line-height: 24px;color: #666;margin-right: 16px;/* padding-right: 20px; */transition: all 0.5s;background: url(../images/yy.png) no-repeat right center; border: 1px solid #ccc;text-align: center;display: block;padding: 2px 10px;}
.pc-header .top .top_r ul li .xiala .container .nav2_l .nav-er-list:hover a span{background: #2a3a91;color:#fff;}
.pc-header .top .top_r ul li .xiala .container .nav2_l .nav-er-list:hover a span {color: #fff;background: #2a3a91;}
.pc-header .top .top_r ul li .xiala .container .nav-box { overflow: hidden; } 
.pc-header .top .top_r ul li .xiala .container .nav-box>span { font-size: 22px; line-height: 40px;color: #333;overflow: hidden; display: block; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr { overflow: hidden; margin-top: 20px; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box { margin-bottom: 20px; overflow: hidden; padding:10px;}
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box:hover { background: #f9f9f9; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a { display: block; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_l { width: 20%; float: left;}
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r { float: right; width: 80%; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_t { font-size: 16px;line-height: 1.5;color: #333;margin-bottom: 5px; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_desc { font-size: 14px;line-height: 1.6;color: #999; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro { display: block; padding-left:0; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a { display: block; text-align: center; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt { display: block; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt img { max-width: 100%; display: block; border:1px solid #ddd; }
.pc-header .top .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a p { font-size: 14px; color: #454545; line-height: 3; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.pc-header .top .top_r ul li .xiala .container .nav2_l .nav-er-list .nypro-nav2 { display: none; transition:0.3s;}
.pc-header .top .top_r ul li .xiala .container .nav2_l .nav-er-list .nypro-nav2 a { font-size: 14px; color: #666; line-height: 1.8; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 90%; }
.pc-header .top .top_r ul li .xiala .container .nav2_l .nav-er-list .nypro-nav2 a:hover { color: #013394; }
.pc-header .top .top_r ul li .xiala .container .nav2_l .nav-er-list:hover .nypro-nav2 { display: block; }

/*轮播图*/
#banner {padding-top: 140px;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:25px;font-size:0;}
#banner .swiper-pagination-bullet{width: 50px;height: 10px;background: #ccc;opacity:1;border-radius: unset;}
#banner .swiper-pagination-bullet-active{background: #2a3a91;}
#banner .swiper-button-prev{left:70px;}
#banner .swiper-button-next{right:70px;}

/*搜索*/
.htsearch{float: right;margin-top: 26px;margin-right: 60px;position:relative;}
.htsearch-btn{width: 48px;height: 48px;background:#fff;border:none;color:#444;line-height:40px;text-align:center;font-size:25px;}
.htsearch-btn i{background: url(../images/top-fdj.png) center no-repeat;width: 48px;height: 48px;display: block;}
.htsearch-btn i:hover{background: url(../images/top-fdj1.png) center no-repeat;}
.htsearch-btn:hover{color: #cbae74;}
.htsearch-con{display:none;background:#f6f6f6;position:absolute;top: 65px;right:0;padding: 20px;box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);}
.htsearch-con form{position:relative;background:#fff;border-radius:100px;}
.htsearch-con input[type='text']{border:1px solid #d5d5d5;border-radius:20px;line-height:38px;width:280px;padding-left:20px;padding-right:50px;}
.htsearch-con input[type='submit']{position:absolute;right:0;top:0;width:50px;height:39px;background:#2a3a91 no-repeat center;color:#fff;}

.search{ border-bottom:1px solid #e5e5e5;padding: 10px 0;}
.search .gjc{overflow:hidden;float:left;height:60px;line-height:60px;font-size: 14px;/* padding-left: 36px; *//* background: url(../images/gjc-huo.png) left no-repeat; */}
.search .gjc span{color: #2a3a91;font-weight: bold;}
.search .gjc a{font-size: 14px;color: #666;}
.search .sc{ float:right;margin-top: 3px;}
.search .sc form{display: flex;position: relative;}
.search .sc .tt{ float:left;width: 288px;height: 53px;line-height: 54px; padding:0 10px; background:none;padding-left: 20px;border:1px solid #eee;font-size: 14px;color: #666; outline:none;border-radius: 32px;}
.search .sc .s_bt{ border:0px ; float:left;width: 54px;height: 54px; line-height:32px; text-align:center;border-radius: 32px;font-size:0px; text-decoration:none;background: url(../images/bt_bg.png) #2a3a91 no-repeat center;position: absolute;right: 1px;}
@media (max-width: 1300px){
    .htsearch{display:none;}
}

/*title*/
.sy-tit{ text-align: center;}
.sy-tit h2{ font-size: 40px; padding-bottom: 12px;}
.sy-tit h2 em{ color: #2a3a91; font-weight: bold;}
.sy-tit p{ font-size: 20px; color: #666;}

/*lm1*/
.sy-lm1{padding: 50px 0;position: relative;background: url(../images/lm1-bj.png) left top no-repeat;overflow: hidden;}
.lm1-left{ float: left; width: 50%;}
.lm1-left h2{ font-size: 40px; font-weight: bold; color: #333; padding-bottom: 10px; padding-top: 24px;}
.lm1-left span{ font-size: 22px; color: #333; display: block; padding-bottom: 6px;}
.lm1-left em{ color: #2a3a91;}
.lm1-left i{ display: inline-block; width: 66px; height: 3px; background: #2a3a91; margin: 20px 0;}
.lm1-left p{width: 600px;font-size: 16px;color: #333;padding-top: 0px;line-height: 32px;}

.lm1-right{ width: 50%; float: left;}
.lm1-right img{}

.lm1-con1{width: 1080px;display: inline-block;position: absolute;bottom: 91px;left: 60px;}
.lm1-right .shipin{width:100%;height:auto;position:relative;margin:0 auto;margin-top: 20px;display: block;}
.lm1-right .shipin>img{/* width: 100%; */}
.lm1-right .bejgktc,.nnn3 .bejgktc:before,.nnn3 .bejgktc:after {position: absolute;left: 46%;top: 50%;height: 86px;width: 86px;margin-top: -48px;margin-left: -56px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(41, 43, 41,0.64);-o-box-shadow: 0 0 0 0 rgba(41, 43, 41, 0.64);box-shadow: 0 0 0 0 #292b29;animation: bejgktc 3s infinite;z-index:99;}
.lm1-right .bejgktc{/* background: rgba(41, 43, 41, 1); */display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}
.lm1-right .bejgktc:before {-webkit-animation-delay:.9s;animation-delay: 0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.lm1-right .bejgktc:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
@-webkit-keyframes bejgktc {
    70% {-webkit-box-shadow: 0 0 0 70px rgba(41, 43, 41, .0);box-shadow: 0 0 0 30px rgba(41, 43, 41, .0);}
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(41, 43, 41, .0);
                box-shadow: 0 0 0 0 rgba(41, 43, 41, .0);
    }
}
.lm1-right .video-p{}
.lm1-right .video-p p{text-align: center;line-height: 54px;font-size: 18px;}

.video_hidden{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200000;text-align: center;display: none;background: rgba(255,255,255,.72);}
.video_hidden i{position: absolute;top: 1rem;right: 1rem;}
.video_hidden i img{cursor: pointer;}
.ivideo{margin:0 auto;position: absolute;top: 50%;left: 50%;width: 72%;max-height:90%;transform: translate(-50%,-50%);border: 3px solid #2a3a91;}

@media (max-width: 1430px){
    .lm1-left{ padding-left:4%; width:46%; }
}
@media (max-width: 1300px){
    .lm1-left p{ width: 560px;}
    .lm1-con1{ bottom:63px; }
}

/*lm2*/


/*lm3*/
.sy-lm3{background: #f5f5f5;padding: 24px 0;position: relative;padding-top: 42px;}
.lm3-nr{display: flow-root;padding-top: 30px;}
.cp-fl{width: 232px;float: left;background: #dadada;padding: 36px;padding-right: 0;border-radius: 30px;padding-bottom: 24px;}
.cp-fl ul{}
.cp-fl ul li{background: #fff;border-bottom: 1px solid #e9eaeb;padding: 11px 0;margin: 13px 0;border-radius: 30px 0px 0px 30px;padding-left: 32px;}
.cp-fl ul li.cur,.cp-fl ul li:hover{background-image: -webkit-linear-gradient(left,#2a3a91,#2a3a91);}
.cp-fl ul li a{ color: #333;}
.cp-fl ul li a h2{font-size: 16px;}
.cp-fl ul li a p{font-size: 14px; font-family: arial;}
.cp-fl ul li:hover a h2,.cp-fl ul li.cur a h2{ color:#fff }
.cp-fl ul li:hover a p,.cp-fl ul li.cur a p{ color:#fff }

.cp-tit{ padding-bottom: 10px;}
.cp-tit p{ color: #666; font-size: 14px; font-family: arial;}
.cp-tit h2{ font-size: 30px; font-weight: bold;}
.sy-lm3>.lm3-tu{ position: absolute; right: 0; top: -15px;}
.cp-ri{width: 1100px;float: right;}
.cp-tj{display: inline-block;border: 1px solid #ccc;position: relative;background: #eef2f5;width: 100%;}
.cp-tj .bd{ /* width: 100%; */ }
.cp-tj .bd ul{}
.cp-tj .bd ul li{width: 100%;}
.cp-tj .bd ul li a{ float: left; width: 50%;}
.cp-tj .bd ul li img{width: 100%;}
.cp-tj .bd .cp-yc{ float: left; width: 42%; padding: 40px;}
.cp-tj .bd .cp-yc h2{ font-size: 24px; font-weight: bold; padding-bottom: 30px;}
.cp-tj .bd .cp-yc .cp-dl1{ padding-bottom: 20px;}
.cp-tj .bd .cp-yc .cp-dl1 dt{font-size: 18px;color: #2a3a91;padding-bottom: 6px;padding-top: 6px;padding-left: 32px;background: url(../images/pro-img1.png) left no-repeat;}
.cp-tj .bd .cp-yc .cp-dl1 dd{line-height: 24px;padding-top: 12px;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.cp-tj .bd .cp-yc .cp-dl2{}
.cp-tj .bd .cp-yc .cp-dl2 dt{font-size: 18px;color: #2a3a91;padding-bottom: 6px;padding-top: 6px;padding-left: 30px;background: url(../images/pro-img2.png) left no-repeat;}
.cp-tj .bd .cp-yc .cp-dl2 dd{padding-top: 12px;line-height: 24px;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.cp-tj .prev{width: 38px;height: 54px;position: absolute;top: 50%;transform: translateY(-50%);background: #ccc;z-index: 999;display: block;left: 0;background: url(../images/pro-jt1.png) no-repeat;}
.cp-tj .next{width: 38px;height: 54px;position: absolute;top: 50%;transform: translateY(-50%);background: #ccc;z-index: 999;display: block;right: 0;background: url(../images/pro-jt2.png) no-repeat;}
.xi-yi{display: inline-block;}
.xi-yi ul{}
.xi-yi ul li{width: 334px;float: left;background: #fff;display: inline-block;margin-right: 18px;padding: 10px;margin-bottom: 20px;padding-bottom: 0;}
.xi-yi ul li:hover{background: #2a3a91;background-image: -webkit-linear-gradient(left,#2a3a91,#2a3a91);}
.xi-yi ul li:hover h2{ color:#fff }
.xi-yi ul li:hover p{ color:#fff }
.xi-yi ul li:nth-child(3n){ margin-right:0 }
.xi-yi ul li img{ width: 100%;}
.xi-yi ul li .sss1{padding: 20px 16px;position: relative;}
.xi-yi ul li h2{font-size: 16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.xi-yi ul li i{ background: url(../images/pro-fdj.png) no-repeat; width: 36px; height: 36px; display: inline-block; position: absolute; right: 16px; top: 12px;}

.cp-more{text-align: center;display: block;margin-top: 12px;}
.cp-more a{ border: 1px solid #ccc; border-radius: 30px; padding: 18px 48px; font-size: 18px; display: inline-block; color: #666; padding-right: 100px; background: url(../images/pro-lx.png) 99% no-repeat;}
.cp-more a:hover{ color:#2a3a91 }

@media (max-width: 1540px){
    .cp-ri{ width: 1024px;}
    .xi-yi ul li{ width: 309px;}
}

@media (max-width: 1440px){
    .cp-ri{ width: 1024px;}
    .xi-yi ul li{ width: 309px;}
}

@media (max-width: 1300px){
    .cp-ri{width: 912px;}
    .xi-yi ul li{width: 270px;}
    .cp-fl ul li{ margin: 10px 0; padding: 12px 0; padding-left: 32px;}
}

/*lm4*/
.sy-lm4{background: url(../images/lm4-bj.jpg) center;padding: 50px 0;padding-bottom: 112px;}
.lm4-nr{ display: inline-block; width: 700px; padding-top: 42px;}
.lm4-nr ul{}
.lm4-nr ul li{ width: 240px; float: left; padding: 10px 0; padding-left: 78px; margin-right: 20px; background: url(../images/lm4-m1.png) left no-repeat; margin-bottom: 8px;}
.lm4-nr ul li h2{ font-size: 20px; font-weight: bold; padding-bottom: 3px;}
.lm4-nr ul li p{}

.lm4-nr ul li:hover h2{ color:#0ab358; }
.lm4-nr ul li:hover p{ color:#0ab358; }

.lm4-nr ul li:nth-of-type(1){ background: url(../images/lm4-m1.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(1):hover{ background: url(../images/lm4-m1-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(2){ background: url(../images/lm4-m2.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(2):hover{ background: url(../images/lm4-m2-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(3){ background: url(../images/lm4-m3.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(3):hover{ background: url(../images/lm4-m3-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(4){ background: url(../images/lm4-m4.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(4):hover{ background: url(../images/lm4-m4-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(5){ background: url(../images/lm4-m5.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(5):hover{ background: url(../images/lm4-m5-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(6){ background: url(../images/lm4-m6.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(6):hover{ background: url(../images/lm4-m6-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(7){ background: url(../images/lm4-m7.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(7):hover{ background: url(../images/lm4-m7-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(8){ background: url(../images/lm4-m8.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(8):hover{ background: url(../images/lm4-m8-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(9){ background: url(../images/lm4-m9.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(9):hover{ background: url(../images/lm4-m9-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(10){ background: url(../images/lm4-m10.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(10):hover{ background: url(../images/lm4-m10-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(11){ background: url(../images/lm4-m11.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(11):hover{ background: url(../images/lm4-m11-1.png) left no-repeat; }

.lm4-nr ul li:nth-of-type(12){ background: url(../images/lm4-m12.png) left no-repeat; }
.lm4-nr ul li:nth-of-type(12):hover{ background: url(../images/lm4-m12-1.png) left no-repeat; }

@media (max-width: 1430px){
    
}

/*lm5*/
.sy-lm5{padding: 32px 0;position: relative;padding-bottom: 120px;background: url(../images/ys-bj.png) bottom no-repeat;}
.fwadvcenter{position:relative;padding: 40px;box-shadow: 0px 0px 16px 3px #999;margin-top: 40px;}
.fwadvtab li{float:left;width: 316px;height: 136px;background: #333;font-size:25px;color:#fff;/* padding-top: 20px; */cursor:pointer;position:relative;z-index:33;font-weight:lighter;text-align: center;/* background-image: -webkit-linear-gradient(top,#f1f1f1,#dfdfdf); */overflow: hidden;transition: all 0.5s;}
.fwadvtab li.cur em { content: ""; position: absolute; display: block; transition: all .6s; width: 100%; height: 0; border-radius: 50%; left: 50%; top: 50%; padding-top: 100%; transform: translateX(-50%) translateY(-50%); -webkit-animation: wave1 1.3s infinite; animation: wave1 1.3s infinite; z-index: 99;}
@-webkit-keyframes wave1{0%{background:rgba(255,255,255,.8);transform:translateX(-50%) translateY(-50%) scale(0)}to{background:transparent;transform:translateX(-50%) translateY(-50%) scale(1)}}
@keyframes wave1{0%{background: rgb(255 255 255 / 20%);transform:translateX(-50%) translateY(-50%) scale(0)}to{background:transparent;transform:translateX(-50%) translateY(-50%) scale(1)}}

.fwadvtab li+li{margin-left: 18px;}
.fwadvtab li p{position:relative;z-index:3;top: 34px;color: #fff;padding-left: 72px;text-align: left;font-size: 28px;/* font-weight: bold; */letter-spacing: 1px;display: inline-block;}
.fwadvtab li p span{margin-top:5px;font-size: 14px;letter-spacing: 0;text-transform:uppercase;display:block;font-weight: initial;color: #fff;}

.fwadvtab li:nth-of-type(1) p{background: url(../images/ys-lm1.png) left no-repeat;}
.fwadvtab li:nth-of-type(2) p{background: url(../images/ys-lm2.png) left no-repeat;}
.fwadvtab li:nth-of-type(3) p{background: url(../images/ys-lm3.png) left no-repeat;}
.fwadvtab li:nth-of-type(4) p{background: url(../images/ys-lm4.png) left no-repeat;}

.fwadvtab li.cur p{ color:#fff;} 
.fwadvtab li:after{ content:''; display:block; position:absolute; width:100%; height:0px; top:0px;left: 0px; z-index:1;background: #2a3a91; transition:all .4s ease;}
.fwadvtab li.cur:after{ height:100%;}
.fwadvtab li:nth-of-type(1):hover p,.fwadvtab li:nth-of-type(1).cur p{background: url(../images/ys-lm1-1.png) left no-repeat;}
.fwadvtab li:nth-of-type(2):hover p,.fwadvtab li:nth-of-type(2).cur p{background: url(../images/ys-lm2-1.png) left no-repeat;}
.fwadvtab li:nth-of-type(3):hover p,.fwadvtab li:nth-of-type(3).cur p{background: url(../images/ys-lm3-1.png) left no-repeat;}
.fwadvtab li:nth-of-type(4):hover p,.fwadvtab li:nth-of-type(4).cur p{background: url(../images/ys-lm4-1.png) left no-repeat;}

.fwadvcon{margin-top: 50px !important;}
.fwpic{width: 50%;float: left;}
.fwpic img{ width: 100%;}
.fwwa{ width: 50%; float: left;}
.nr-yswz{padding-top: 0px;padding-left: 42px;padding-right: 82px;}
.nr-yswz em{font-size: 60px;font-family: Impact;color: #2a3a91;letter-spacing: 2px;line-height: 64px;}
.nr-yswz i{width: 3px;height: 40px;background: #e3e6e8;display: block;margin: 6px 0;margin-left: 10px;}
.nr-yswz h2{font-size: 28px;font-weight: bold;color: #333;}
.nr-yswz span{font-size: 12px;text-transform: uppercase;padding-bottom: 6px;padding-top: 6px;display: block;color: #999;display: none;}
.nr-yswz p{line-height: 26px;font-size: 15px;margin: 16px 0;padding-left: 24px;background: url(../images/ys-ss2.png) left 6px no-repeat;color: #777;}
.nr-yswz .fgx{width: 100%;height: 3px;display: block;margin-top: 20px;margin-bottom: 36px;border-bottom: 1px solid #ccc;}
.ysdh{padding: 22px 0;margin-top: 36px;border-top: 1px solid #cccc;border-bottom: 1px solid #ccc;}
.ysdh p{font-size: 28px;padding: 3px 0;padding-left: 36px;margin: 0 0;line-height: 24px;font-weight: bold;color: #2a3a91;background: url(../images/ys-lx.png) left no-repeat;}
.ysdh p em{font-size: 16px;position: relative;top: -3px;padding-right: 10px;line-height: 24px;padding-left: 10px;color: #999;}

@media (max-width: 1530px){
    .fwadvtab li{ width: 296px;}
}


@media (max-width: 1430px){
    .fwadvtab li{ width: 296px;}
}

@media (max-width: 1300px){
    .fwadvtab li{width: 265px;}
    .nr-yswz{ padding-right: 32px;}
}

/*lm6*/
.sy-lm6{padding: 24px 0;background: #f5f5f5;padding-bottom: 32px;}
.case_con{position: relative;margin-top: 24px;border: 1px solid #eee;width: 100%;}
.case_con .tempWrap{width: 100% !important;display: block;overflow: hidden;}
.case_list dl{float: left;width: 94%;overflow:hidden;padding: 42px 132px;background: #fff;}
.case_list dt{overflow: hidden;float: left;width: 33%;}
.case_list dt img{display:block;width: 100%;height: auto;transition: all 0.5s;}
.case_list dt:hover img{transform:scale(1.05);}
.case_list dd{background: #fff;float: left;width: 45%;padding-left: 4%;padding-right: 2%;}
.case_list dd h3{font-size: 25px;color: #222;padding:26px 0 10px;text-align:left;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.case_list dd h3 a{font-size: 16px;color: #333;}
.case_list dd h3 a:hover{font-size: 16px;color: #0087c8;}
.case_list dd i{ display: inline-block; background: #333; width: 42px; height: 3px;}
.case_list dl:hover dd h3 a{ color: #0087c8; }
.case_list .lianjie{ margin-top: 32px;}
.case_list .lianjie .slk{ background: #2a3a91; color: #fff;}
.case_list dd p{color: #666;line-height: 30px;text-align:left;overflow: hidden;font-size: 16px;padding-top: 16px;}
.case_list dd .more{ width: 142px; height: 48px; background: #333; line-height: 48px; display: block; color: #fff; float: left; text-align: center; font-size: 16px;}
.case_list dd .more:hover,.case_list dd h3:hover a{color: #0087c8;}
.case_con .prev{box-shadow:0px 0px 10px #eee;position: absolute;width: 68px;height: 68px;left: 24px;top: 50%;transform: translateY(-50%);background:url(../images/left-jt1.png) no-repeat;cursor:pointer;}
.case_con .next{box-shadow:0px 0px 10px #eee;position: absolute;width: 68px;height: 68px;right: 24px;top: 50%;transform: translateY(-50%);background: url(../images/right-jt1.png) no-repeat;cursor:pointer;}
.case_con .prev:hover{ background:url(../images/left-jt1.png) no-repeat center;}
.case_con .next:hover{ background:url(../images/right-jt1.png) no-repeat center;}
.case_pg{height: 15px;padding:30px 0;text-align: center;}
.case_pg i{display: inline-block;width: 15px;height: 15px;background: #dcdcdc;border-radius: 50%;margin:0 10px;}
.case_pg i.cur{background: #0087c8; cursor:pointer;}
.coop{height: 314px;background: #fff;}
.coop h3{float: left;width: 130px;height: 314px;background: #1568b4;padding:0 40px;font-weight: normal;}
.coop h3 b{display:block;font-size: 26px;color: #fff;line-height: 26px;margin:68px 0 15px;height: 48px;position: relative;}
.coop h3 b:after{position: absolute;width: 98px;height: 1px;background: #75a6d3;content: "";left: 0;bottom: 0;}
.coop h3 i{display:block;font-size: 20px;color: #fff;font-family: Arial;opacity: 0.3;line-height: 24px;}
.coop_r{float: right;width: 990px;height: 282px;overflow: hidden;padding-top: 32px;}
.coop_r li{float: left;width: 247.5px;position: relative;}
.coop_r li img{display:block;width: 247px;height:125px;border-bottom: 1px solid #e6e6e6;}
.coop_r li a:nth-child(2n) img{border: 0;}
.coop_r li:after{position: absolute;width: 1px;height: 170px;background: #e6e6e6;content: "";left: -1px;top: 50%;margin-top: -85px;}
.ho_t p:nth-child(1){ font-size:36px;}
.ho_t p:nth-child(2){ text-transform:uppercase; margin:10px 0px;}
.honer{ height:580px; background:url(../uploadfile/image/20200319/20200319161103_924609785.jpg) no-repeat center;}

.sy-hzkh{display: block;overflow: hidden;margin-top: 20px;}
.sy-hzkh ul{}
.sy-hzkh ul li{float: left;margin-right: 1.24%;width: 19%;}
.sy-hzkh ul li:nth-child(5n){ margin-right:0; }
.sy-hzkh ul li img{width: 100%;}

@media (max-width: 1430px){
    .case_list dd{}
}

@media (max-width: 1200px){
    .case_list dd{/* width: 32%; */}
}


/*lm7*/
.honor_nr{padding: 20px 0;border-bottom: 3px solid #2a3a91;}
.honor_nr ul{}
.honor_nr ul li img{ border:2px solid #ccc; }
.honor_nr ul li:hover img{ border:2px solid #2a3a91 }
.honor_nr ul li p{ line-height: 54px; text-align: center; font-size: 18px;}
.honor_nr ul .owl-nav .owl-prev,.honor_nr ul .owl-nav .owl-next {position: absolute;width: 58px;height: 58px;display: block;top: 42%;transform: translateY(-50%);z-index: 9;border-radius: 50%;border: 2px solid #d5d5d5;text-indent: -9999999px;background-image: url(../images/honer_ico.png);background-repeat: no-repeat;background-color: rgba(255,255,255,0.2);background-position: center;transition: all 0.5s;}
.honor_nr ul .owl-nav .owl-prev:hover, .honor_nr ul .owl-nav .owl-next:hover { background-image: url(../images/honer_ico_on.png); background-color: #2a3a91; border: 2px solid #2a3a91;}
.honor_nr ul .owl-nav .owl-prev {left: -80px;transform: rotate(180deg);}
.honor_nr ul .owl-nav .owl-next {right: -80px;}
.honor_nr .owl-carousel .owl-nav.disabled{ display: block; }

/*lm8*/

/*lm9*/
.sy-lm9{background: url(../images/about-bj.jpg) top no-repeat;padding: 32px 0;padding-bottom: 0;position: relative;}
.sy-lm9 .sy-tit{}
.sy-lm9 .sy-tit h2{ color: #fff; font-weight: bold;}
.sy-lm9 .sy-tit p{ color: #fff;}
.lm9-about{background: #fff;display: block;overflow: hidden;margin-top: 32px;}
.ab-nr{width: 50%;float: left;display: block;overflow: hidden;background: #f5f5f5;padding: 42px 42px;}
.ab-nr span{font-size: 35px;/* font-weight: bold; */color: #2a3a91;}
.ab-nr h2{font-size: 28px;font-weight: bold;color: #2a3a91;}
.ab-nr i{width: 54px;height: 5px;display: block;background: #2a3a91;margin-top: 26px;margin-bottom: 16px;}
.ab-nr p{font-size: 16px;line-height: 28px;padding: 3px 0;color: #333;}
.ab-nr .lianjie{margin-top: 16px;}
.ab-nr .lianjie .slk{ background: #2a3a91; color: #fff;}
.ab-nr .more{ width: 142px; height: 48px; background: #333; line-height: 48px; display: block; color: #fff; float: left; text-align: center; font-size: 16px;}
.lm9-abimg{ float: left; padding: 30px; width: 39.6%;}
.lm9-abimg img{ width: 100%;}
.lm9-abimg .ab-lx{ display: block; overflow: hidden; padding-top: 18px;}
.lm9-abimg .ab-lx .ab-lxfs{ float: left; padding: 3px 28px; padding-left: 60px; background: url(../images/ab-dh.png) left no-repeat;}
.lm9-abimg .ab-lx .ab-lxfs:nth-child(2n){ background: url(../images/ab-dh1.png) left no-repeat;}
.lm9-abimg .ab-lx .ab-lxfs h5{ font-size: 16px; color: #666;}
.lm9-abimg .ab-lx .ab-lxfs p{ font-size: 24px; font-weight: bold; color: #2a3a91;}


.number {display: block;margin-top: 0px;}
.number .main {display: flex;}
.number .main .stat-items {width: 20%;text-align: center;background: #eee;border-right: 1px solid #ffff;border-left: 1px solid #fff;padding: 48px 0;background: linear-gradient(to right, #d7d7d7, #f3f3f3);}
.number .main .stat-items:nth-child(5n){ border-radius: 0px 20px 20px 0px; border-right: initial;}
.number .main .stat-items .stat-items-t-box { display: block; line-height: 1; }
.number .main .stat-items .stat-items-t-box .stat-items-t {font-size: 50px;color: #333;font-family: arial;font-family: Montserrat;display: block;margin-bottom: 12px;}
.number .main .stat-items .stat-items-t-box .stat-items-unit{color: #333;width: 32px;height: 32px;display: inline-block;background: #f5f5f5;border-radius: 20px;line-height: 32px;font-size: 16px;}
.number .main .stat-items p {font-size: 16px;color: #666;display: block;line-height: 32px;padding-top: 16px;}

.number .main .stat-items:hover .stat-items-t{ color: #2a3a91;}
.number .main .stat-items:hover .stat-items-unit{ color: #fff; background: #2a3a91;}
.number .main .stat-items:hover p{ color: #2a3a91;}

@media (max-width: 1530px){
    .lm9-abimg{ width: 40.6%;}
    .ab-nr{ width: 48%;}
    .lm9-abimg .ab-lx .ab-lxfs{ padding-right: 20px;}
}

@media (max-width: 1430px){
    .lm9-abimg{ width: 40.6%;}
    .ab-nr{ width: 48%;}
    .lm9-abimg .ab-lx .ab-lxfs{ padding-right: 20px;}
}

@media (max-width: 1300px){
    .lm9-abimg{ width: 40.6%;}
    .ab-nr{width: 47%;}
    .lm9-abimg .ab-lx .ab-lxfs{padding-right: 10px;}
    .lm9-abimg .ab-lx .ab-lxfs p{ font-size: 20px;}

}

/*lm10*/
.sy-lm10{margin: 28px 0;background: #fff;padding: 20px 40px;box-shadow: 0px 6px 10px 2px #ccc;}
.san-lm{ display: inline-block; width: 100%; margin-bottom: 22px;}
.san-lm ul{display: inline-block;}
.san-lm ul li{float: left;padding: 3px 10px;padding-left: 36px;}
.san-lm ul li.san-img1{}
.san-lm ul li.san-img2{}
.san-lm ul li.san-img3{}
.san-lm ul li.san-img1:hover,.san-lm ul .san-img1.cur{ background: url(../images/ab-tb1.png) left no-repeat;}
.san-lm ul li.san-img2:hover,.san-lm ul .san-img2.cur{}
.san-lm ul li.san-img3:hover,.san-lm ul .san-img3.cur{}
.san-lm ul li a{font-size: 18px;color: #666;}
.san-lm ul li:hover a,.san-lm ul li.cur a{color: #333;font-weight: bold;}
.san-lm .sl-more{ float: right; padding-top: 6px;}
.san-lm .sl-more a{ line-height: 24px; font-size: 16px;}
.san-tu{}
.san-tu .mmm1{}
.san-tu .mmm1{}
.san-tu .mmm1 ul{}
.san-tu .mmm1 ul li{width: 315px;float: left;display: block;margin-right: 20px;position: relative;}
.san-tu .mmm1 ul li:nth-child(4n){}
.san-tu .mmm1 ul li a{}
.san-tu .mmm1 ul li a img{width: 100%;border: 1px solid #eee;}
.san-tu .mmm1 ul li a p{line-height: 42px;width: 100%;color: #333;text-align: center;font-size: 16px;}
.san-tu .mmm1 ul li:hover a p{ color: #2a3a91;}
.san-tu .mmm1 em{}
.san-tu .mmm1 em a{padding: 18px 54px;display: inline-block;background: url(../images/tu-more1.png) center no-repeat;color: #fff;font-size: 16px;position: relative;left: 50%;transform: translateX(-50%);margin-top: 6px;line-height: 24px;position: relative;overflow: hidden;transition: all 0.5s;}
.san-tu .mmm1 em a:hover{ background: url(../images/tu-more2.png) center no-repeat; }
.san-tu .mmm1 em a i{content: ""; position: absolute; display: block; transition: all .6s; width: 100%; height: 0; border-radius: 50%; left: 50%; top: 50%; padding-top: 100%; transform: translateX(-50%) translateY(-50%); -webkit-animation: wave 1.3s infinite; animation: wave 1.3s infinite; z-index: 1;}
@-webkit-keyframes wave{0%{background:rgba(255,255,255,.8);transform:translateX(-50%) translateY(-50%) scale(0)}to{background:transparent;transform:translateX(-50%) translateY(-50%) scale(1)}}
@keyframes wave{0%{background:rgba(0,0,0,.25);transform:translateX(-50%) translateY(-50%) scale(0)}to{background:transparent;transform:translateX(-50%) translateY(-50%) scale(1)}}

@media (max-width: 1430px){
    .san-tu .mmm1 ul li{width: 293px;}
}

@media (max-width: 1300px){
    .san-tu .mmm1 ul li{width: 266px;}
}

/**/
.sy-lm11{padding: 24px 0;}
.lm11-news{ width: 100%; display: block; overflow: hidden;}
.new_l{}
.xmgkdg{ display: block; overflow: hidden;}
.xingweb{}
.xwbgjwz{}
.xwbgjwz h2{font-size: 52px;font-weight: bold;font-family: arial;line-height: 42px;padding-bottom: 3px;}
.xwbgjwz h2 em{ color: #2a3a91; font-weight: bold;}
.xwbgjwz p{font-size: 34px;/* font-weight: bold; */position: relative;}
.xwbgjwz p span{font-size: 16px;font-weight: normal;padding-left: 6px;color: #666;}
.xwbgjwz p i{width: 132px;height: 6px;display: inline-block;background: #2a3a91;position: absolute;left: 0;bottom: 1px;z-index: -1;}
.news_t{ float: right; margin-top: 16px;}
.news_t ul{}
.news_t ul li{float: left;margin: 0 20px;background: #f5f5f5;width: 210px;text-align: center;height: 62px;}
.news_t ul li:hover,.news_t ul li.cur{ background:#2a3a91; }
.news_t ul li.cur{ background: linear-gradient(to top left, #f3c23e, #2a3a91);}

.news_t ul li a{font-size: 18px;line-height: 62px;padding-left: 40px;height: auto;display: inline-block;}
.news_t ul li:nth-child(1n) a{background: url(../images/news-tb1.png) left no-repeat;}
.news_t ul li:nth-child(2n) a{background: url(../images/news-tb2.png) left no-repeat;}
.news_t ul li:nth-child(3n) a{background: url(../images/news-tb3.png) left no-repeat;}
.news_t ul li:nth-child(1n).cur a{background: url(../images/news-tb1-1.png) left no-repeat;}
.news_t ul li:nth-child(2n).cur a{ background: url(../images/news-tb2-1.png) left no-repeat;}
.news_t ul li:nth-child(3n).cur a{ background: url(../images/news-tb3-1.png) left no-repeat;}
.news_t ul li.cur a{ color:#fff; }
.new_si{ padding-top: 32px;}
.new_lc{}
.picList{}
.new_lc ul{}
.new_lc ul li{border: 2px solid #eee;float: left;width: 47%;margin-right: 1%;margin-bottom: 1%;padding: 10px;}
.new_lc ul li a{}
.new_lc ul li .pic{width: 45%;float: left;}
.new_lc ul li .pic img{width: 100%;border: 1px solid #eee;}
.new_lc ul li .title{float: left;width: 50%;padding-left: 3%;padding-top: 2%;padding-right: 1%;}
.new_lc ul li .title h3{ font-size: 18px; padding-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: bold;}
.new_lc ul li .title em{}
.new_lc ul li .title p{ padding-top: 12px; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; color: #666;}
.new_lc ul li .title em{ background: url(../images/news-jt.png) no-repeat; width: 28px; height: 24px; display: inline-block; margin-top: 20px;}


@media (max-width: 1430px){
    .news_t ul li{ width: 200px; margin: 0 16px;}
}
@media (max-width: 1300px){
    .news_t ul li{}
}

/**/
.lxtiao{display: block;overflow: hidden;background: #333;position: relative;}
.lxtiao ul{ position: relative; z-index: 2;}
.lxtiao ul li{ width: 348px; float: left; padding: 30px 25px; border-right: 1px solid #444;}
.lxtiao ul li h2{color: #fff;padding: 5px 0;padding-left: 48px;font-size: 18px;}
.lxtiao ul li p{font-size: 18px;color: #fff;padding-top: 6px;padding-bottom: 6px;}
.lxtiao ul li h3{color: #fff;font-size: 18px;text-align: right;line-height: 35px;}
.lxtiao img{position: absolute;right: 50%;top: 0;z-index: 1;margin-right: -960px;}

.lxtiao ul li:nth-child(1n){ width: 400px;}
.lxtiao ul li:nth-child(1n) h2{ background: url(../images/f-dt.png) left no-repeat;}
.lxtiao ul li:nth-child(2n){ width: 260px;}
.lxtiao ul li:nth-child(2n) h2{ background: url(../images/f-dh.png) left no-repeat;}
.lxtiao ul li:nth-child(2n) p{}
.lxtiao ul li:nth-child(3n){width: 279px;border-right: inherit;}
.lxtiao ul li:nth-child(3n) h2{ background: url(../images/f-lx.png) left no-repeat;}
.lxtiao ul li:nth-child(3n) p{ font-size: 18px;}
.lxtiao ul li:nth-child(4n){width: 257px;border-right: inherit;}
.lxtiao ul li:nth-child(4n) h3{}

@media (max-width: 1530px){
    .lxtiao ul li{ width: 342px; padding: 30px 20px; }
    .lxtiao ul li:nth-child(1n){width: 390px;}
    .lxtiao ul li:nth-child(2n){width: 230px;}
    .lxtiao ul li:nth-child(3n){width: 293px;border-right: inherit;}
    .lxtiao ul li:nth-child(4n){width: 235px;border-right: inherit;padding-left: 30px;}
}

@media (max-width: 1430px){
    .lxtiao ul li{ width: 342px; padding: 30px 20px; }
    .lxtiao ul li:nth-child(1n){width: 390px;}
    .lxtiao ul li:nth-child(2n){width: 230px;}
    .lxtiao ul li:nth-child(3n){width: 278px;border-right: inherit;}
    .lxtiao ul li:nth-child(4n){width: 250px;border-right: inherit;}
}

@media (max-width: 1300px){
    .lxtiao ul li{ width: 342px; padding: 30px 20px; }
    .lxtiao ul li:nth-child(1n){width: 348px;}
    .lxtiao ul li:nth-child(2n){width: 230px;}
    .lxtiao ul li:nth-child(3n){width: 260px;border-right: inherit;}
    .lxtiao ul li:nth-child(4n){width: 212px;border-right: inherit;padding-left: 10px;padding-right: 10px;}
    .lxtiao ul li p{ font-size: 16px;}
    .lxtiao ul li:nth-child(3n) p{font-size: 16px;}
    .lxtiao ul li:nth-child(4n) h3{ font-size: 16px;}
    .lxtiao img{ right: 58%;}
}

/*友情链接*/
.link{overflow:hidden;padding: 12px 0;}
.link .link_t{line-height: 40px;float: left;}
.link .link_t span{font-size: 16px;color: #fff;font-weight: bold;display: block;padding-left: 32px;background: url(../images/link.png) left no-repeat;}
.link .link_t span em{font-size: 20px;color: #fff;position: relative;font-weight: bold;top: 2px;}
.link ul{ float:left;padding-left: 20px;}
.link ul li{float: left;padding-right: 12px;line-height: 46px;}
.link ul li a { color:#fff }
.link ul li:hover a { color: #2a3a91; }

/*底部通用*/
.clearfix {zoom: 1;}
.ft-db{display: flex;background: #282828;}
.ft-kkk1{display: flex;padding: 36px 0;border-bottom: 1px solid #35383a;padding-bottom: 48px;}
.ft-sss1{}
.ft-lm{float: left;width: 242px;}
.ft-lm h2{color: #fff;font-size: 20px;margin-bottom: 16px;line-height: 20px;padding-left: 12px;border-left: 3px solid #2a3a91;}
.ft-lm p{font-size: 15px;line-height: 32px;color: #999;}
.ft-lm p a{  color: #999; }
.ft-lm p a{color: #999;}
.ft-lm p:hover a{color: #2a3a91;}
.ft-sss2{ width: 352px; padding-left: 50px;}
.ewm1{ float: left; width: 160px; margin-right: 32px;}
.ewm1 img{ width: 100%;}
.ewm1 p{ color: #fff; text-align: center; line-height: 42px; font-size: 16px;}
.ewm2{ float: left; width: 160px;}
.ewm2 img{ width: 100%;}
.ewm2 p{ color: #fff; text-align: center; line-height: 42px;font-size: 16px;}
.ft-kkk2{height: 60px;background: #161616;}
.ft-p1{ float: left;}
.ft-p1 p{line-height: 60px;color: #999;font-size: 15px;}
.ft-p2{ float: right;}
.ft-p2 a{}
.ft-p2 .dup1{}
.ft-p2 .dup2{}
.ft-p2 .dup3{}

@media (max-width: 1540px){
    .ft-lm{width: 210px;}
}

@media (max-width: 1440px){
    .ft-lm{width: 210px;}
}

@media (max-width: 1430px){
    
}

@media (max-width: 1300px){
    .ft-lm{width: 180px;}
}

@media (max-width: 767px){
    .ft-kkk2{display:none;}
    .lxtiao{ display:none }
}

/*内页*/
/*产品页左侧*/
.cpMain{ background:#ececec; overflow:hidden;padding-bottom:20px;}
.sidebar{width: 1400px;margin:10px auto;margin-top:20px;}
.sidebar .sb_nav{ float:left; width:220px;}
.sidebar .sb_nav h3.title{ text-align:left; background:url(../dt-6.gif) repeat-x; padding:0px 15px; height:33px; line-height:33px; border-bottom:1px solid #cecece; font-size:14px; color:#fff;}
.sidebar .sb_nav h3.line{ margin-top:15px; }
.sidebar .sb_nav .active{ padding:10px 15px; background:#fff; border: 1px #ddd solid;}
#sidebar dl{ }
#sidebar dl dt{ background:url(../dt-11.gif) no-repeat 2px 11px; }
#sidebar dl dd{ margin: 0px 15px 0px 15px;}
#sidebar dl dd p{ line-height: 32px; display: -webkit-inline-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; padding-left: 20px; width: 85%; position: relative; }
#sidebar dl dd p em{ font-size: 50px; padding-right: 10px; position: absolute; left: 0; top: 40%; transform: translateY(-50%);}    
#sidebar dl dd p a{}
#sidebar dl dt.on a{ font-weight:bold; color:#2a3a91; }
#sidebar dl h4.on a{ font-weight:bold;}
.sidebar .sb_box{float:right;width: 1140px;background:#fff;overflow:hidden;border: 1px #ddd solid;}
.sidebar .sb_box h3.title{ border-bottom:1px solid #ddd; background:#f8f8f8; color:#3e58af; height:35px; line-height:35px; position:relative;}
.sidebar .sb_box h3.title span{ position:absolute; left:0px; top:-1px; font-size:14px; border-bottom:2px solid #3e58af; padding:0px 15px;}
.sidebar .sb_box h3.title div.position{ float:right;color:#999; font-weight:normal; position:relative; top:3px; right:15px;}
.sidebar .sb_box h3.title div.position a{ color:#999;}
.pro_l{width: 240px;float:left;}
.pro_l h4 .prolia {font-weight: bold;display: block;line-height: 80px;color: #fff;font-size: 24px;text-decoration: none;background: #2a3a91;height: 80px;text-align: left;padding-left: 20px;}
.sidebar .pro_l ul{border-top:none;overflow:hidden;background:#fff;border: 1px solid #ccc;}
.pro_l ul{border-top:none;overflow:hidden;background:#fff;border: 1px solid #ccc;}
.sidebar .pro_l ul li{/* margin:5px 8px; */}
.sidebar .pro_a ul li{margin:10px 8px;}

@media (max-width: 1430px){
    .sidebar { width: 1320px; margin: 10px auto; margin-top: 20px;}
    .sidebar .sb_box{ width: 1056px;}
}

/*内页产品列表页*/
.subNavBox .on .subNav h3 { background:#3e58af;  }
.subNav h3{height: 40px;line-height: 40px; background:#ececeb;margin-bottom: 1px;margin: 6px 10px;}
.subNav h3:hover { background:#3e58af; }
.subNav h3:hover a { color: #fff; }
.subNav h3 a { display: block;font-size: 16px;font-weight: normal; margin-right: 20px; margin-left: 20px;color: #666; position: relative; }
.subNav h3 a:after {content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8; border-style: solid solid none none; position: absolute; top: 50%; right: 0px;margin-top: -4px; -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.subNav h3:hover a:after { border-color: #fff;  }
.subNavBox .on .subNav h3 a { color: #fff; }
.subNavBox .on .subNav h3 a:after {content: "";width: 8px;height: 8px;border: 2px solid #fff; border-style: solid solid none none; position: absolute; top: 50%; right: 0px;margin-top: -4px; -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);} 
.subNavBox .on .subNav h3:hover a:after { border-color: #fff; } 
.navContent{ display: none; }
.subNavBox .on .navContent { display: block; }
.navContent h5 { height: 50px; font-size: 16px; line-height: 50px; padding-left: 54px; padding-right: 40px; margin-bottom: 1px;  background: #ddd; font-weight: normal; position: relative;}
.navContent h5::after { content: ""; width: 8px; height: 8px;  border: 2px solid #b8b8b8; border-style: solid solid none none;  position: absolute; top: 50%; right: 32px; margin-top: -4px; -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);  transform: rotate(45deg);}
.navContent h5.on::after { border: 2px solid #2a3a91; border-style: solid solid none none; }
.navContent h5.on a span { color: #2a3a91; }
.navContent h5:hover a span { color: #2a3a91; }
.navContent h5:hover::after { border: 2px solid #2a3a91; border-style: solid solid none none; }

.nlist{padding-bottom: 15px ;}
.nlist .leftli { background-color: #eee; height:20px; line-height:20px;font-size:14px; color:#333;  text-decoration:none;}
.nlist{ float:left; width:220px; background:#fff;}
.nlist .nt{ font-weight:normal; padding:14px 0 14px 22px; background:#2a3a91 url(../images/hhBg.png) no-repeat 190px center; }
.nlist .nt a{ font-size:18px; color:#fff; font-weight: bold;text-decoration: none;}
.nlist .nt span{ }
.nlist .nt span a{font-size:14px;font-family:"Arial"; margin-left:6px; text-decoration:none; font-weight:normal;}

.nlist .leftli{}
.nlist .leftli:hover{background-color: #2a3a91;}
.nlist .leftli:hover a{color:#fff;}
.nlist .leftli a{display: block;}
.nlist li {padding: 10px 22px;}
.nlist li.cur{background-color: #2a3a91;}
.nlist li.cur a{color:#fff;display: block;}
.nlist{float: left;width: 240px;background: #fff;padding-bottom: 0px !important;}
.pro_l ul li{/* margin:5px 8px; */}
.pro_a ul li{margin:10px 8px;}

.t05 { line-height:40px;background: #2a3a91;}
.t05 { padding: 16px 10px; color:#fff;font-size:14px; } /*左边标题块*/
.t05 a{ color:#fff; font-size:14px; }
.contactn .subnr { background:none repeat scroll 0 0 #fff; overflow:hidden; padding:5px 10px; width:200px; font-size:14px; line-height:30px; }

/*右侧*/
.rtop { overflow:hidden; padding-top:24px; padding-bottom:9px; border-bottom:1px solid #dbdbdb; margin:0 20px; }
.rtop h5 { float:left;padding-left: 10px;border-left: 3px solid #2a3a91;font-weight: normal;line-height: 16px;}
.rtop h5 a {font-size: 16px;color: #2a3a91;font-weight: bold;}
.rtop span { float: right; }
.rtop span em { color: #999; }
.rtop span a { color: #999; }

.cpshow{ overflow:hidden;/* padding-top:20px;*/ margin:0 20px; }
.cpshow li{border: 1px solid #eee;float:left;margin: 0 0.9%;margin-bottom:10px;width: 31.3%;}
.cpshow li.noMl{ margin-right:0; }
.cpshow li img{ display:block; width: 100%;}
.cpshow li h4{ text-align:center; height: 36px;line-height: 36px;background-color: #eee;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cpshow li h4 a{ font-size:14px; color:#333; font-weight:normal; }
.cpshow li p{ font-size:13px; color:#666; line-height:21px; height:1px; overflow:hidden; }
.cpshow li span{ display:block; overflow:hidden; margin-top:20px; display:none; }
.cpshow li span .zx{ float:left; width:103px; height:40px; line-height:40px; text-align:center; font-size:13px; color:#fff; text-decoration:none; border-left:3px solid #333; background:#666;}
.cpshow li span .xq{ float:right; font-size:13px; color:#666; margin-top:14px; }

.cpshow li:hover{border-color: #2a3a91;}
.cpshow li:hover h4{background-color: #2a3a91;}
.cpshow li:hover h4 a{ color: #fff; }
.cpshow li span .zx:hover{ background:#2a3a91; border-left-color:#2a3a91; }

.RandomNews{ padding:0px 15px; }
.RandomNews h4{ padding-left:27px;height:36px;line-height:36px;color:#2a3a91;background:#ccc;font-weight:bold; }
.RandomNews li{ height:28px;line-height:28px; padding:0 17px 0 10px;  width:378px; float:left;overflow:hidden; }
.RandomNews li a{ background:url(../images/ico55.gif) no-repeat 0 5px; padding-left:12px; }
.RandomNews ul{ padding: 10px 0px; }
.right .RandomNews .news_random{ border:1px solid #ccc;border-top:none;background:#fff; }
.right .RandomNews ul{ padding-top:8px;border:1px solid #ccc;border-top:none;margin-bottom:15px;width:762px;background:#fff; }

/*产品*/
.product{ margin-top:30px; }
.product1{ margin:auto; margin-top:20px; }
.product1 li{ width:285px; float:left; margin: 0 8px; } 
.product1 li:last-child{ margin-right: 0; }
.product1 li .pic{ display:block;overflow:hidden; }
.product1 li .pic img{ display:block;-webkit-transition:1s;-moz-transition: 1s;transition: 1s;width: 285px; }
.product1 li:hover img{ -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1); }
.product1 li h2{ line-height:40px; color:#4b4b4b;font-size:18px;font-weight:bold;text-align: center; }
.product1 li h2 a{ color:#4b4b4b; }
.product1 li h2 a:hover{ color:#2a3a91; }
.product1 li p{ font-size:14px;color:#666;line-height:25px; }
.product1 li em{}
.product1 li .more{ width:180px; line-height:35px; height:35px;background:#f0f0f0;color:#4b4b4b; text-align:center;display:block; position:relative;margin:10px 50px; }
.product1 li .more::before{ content:"";display:block;height:38px;position: absolute;top:-2px;left:-4px;width: 10px;border-top: 1px solid #2d2926;border-bottom: 1px solid #2d2926; border-left:1px #2d2926 solid; -webkit-transition: .5s;transition: .5s;margin-right:5px;}
.product1 li .more::after{ content:"";position:absolute; right:-4px;bottom:-4px; width:10px; border-right: 1px solid #2d2926;border-top: 1px solid #2d2926;border-bottom: 1px solid #2d2926;display:block;height:40px;margin-left:5px;}
.product1 li .more:hover{ background:#2a3a91;color:#fff; }
.product1 li .more:hover a{ color:#fff; }

/*产品详情页*/
.proviewbox{float:left;width:305px;position:relative;z-index:5;}
.probigshow{position:relative;width:300px;padding:1px;border:1px solid #ddd;overflow:hidden}
.probigshow .span_showtip{position:absolute;top:0px;left:0px;width:81px;height:81px; text-indent:-999em;overflow:hidden;}
.probigshow .showtip_1{background-position:0 0;}
.probigshow .showtip_2{background-position:0 -81px;}
.probigshow a.a_probigshow{cursor:crosshair;}

.prodbaseinfo_a{float:left;width: 640px;margin-left:25px;z-index:1;}
.h2_prodtitle{font-size: 24px;color:#414141;border-bottom:1px dashed #bbbbbb;padding:2px 0 10px;line-height:1.6em;font-weight: bold;}
.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}
.ul_prodinfos{padding:6px 15px;overflow:hidden;zoom:1;background:#f3f3f3;font-size:14px;font-weight:bold;}
.ul_prodinfos li{padding:5px 0 10px;}
.ul_prodinfo li{float:left;width: 616px;padding:6px 0; color: #0068d3; font-weight: bold;}
.ul_prodinfo li span{ font-size:14px}
.li_normalprice,.li_prono{line-height:24px; }
.ul_prodinfo .li_prono,.ul_prodinfo .li_marketprice,
.ul_prodinfo .li_volume,.ul_prodinfo .li_weight,.ul_prodinfo .li_jf,
.ul_prodinfo .li_brand .span_title{color:#999;}
.ul_prodinfo .li_brand{width:180px; }
.li_prono{line-height:2.9em;}
.ul_prodinfo .b_proprice{font-size:14px;color:#ce1919;font-weight:normal;}
.ul_prodinfo a.a_brand{color:#c00;}
.ul_prodinfo a.a_brand:hover{text-decoration:underline;}
.ul_prodinfo .li_jf{clear:both;width:300px; }
.ul_prodinfo .li_jf b{font-weight:normal;color:#c00;}
.ul_prodinfo .li_jf a.a_usejf{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:80px;height:22px;line-height:22px;line-height:25px\9;_line-height:22px;overflow:hidden;background-position:-420px -120px;text-align:center;color:#fff;margin:0 0 0 8px;filter:alpha(opacity=90);opacity:0.9;vertical-align:middle;}
.ul_prodinfo .li_jf a.a_usejf:hover{filter:alpha(opacity=100);opacity:1.0;}
.div_prothumb .span_prev,.div_prothumb .span_next  {background:url(../images/sprite.png) no-repeat;}
.div_prothumb{position:relative;padding:15px 15px 0;}
.thumbporbox{position:relative;width:275px;overflow:hidden;}
.ul_prothumb{position:relative;width:7500px; overflow:hidden;}
.ul_prothumb li{float:left;width:69px;text-align:center;}
.ul_prothumb img{padding:1px;border:1px solid #ddd;width:60px !important;height: 42px !important;}
.ul_prothumb li.now img{border: 1px solid #2a3a91 !important; }
.div_prothumb .span_prev,.div_prothumb .span_next{position:absolute;top: 7px;width:22px;height: 63px; text-indent:-999em;overflow:hidden;cursor:hand;cursor:pointer;}
.div_prothumb .span_prev{left:0px;_left:-25px;background-position:-90px -282px;}
.div_prothumb .span_prevb{background-position:-112px -282px;cursor:default;}
.div_prothumb .span_next{right:0px;background-position:-156px -282px;}
.div_prothumb .span_nextb{background-position:-134px -282px;cursor:default;}

#probig_preview{position:absolute;visibility:hidden;top:0px;left:405px; width:340px;height:340px;background:#fff;border:1px solid #ccc;overflow:hidden;}
#probig_preview img{position:relative;}

.cp { border:1px solid #d7d7d7; background:#fff; padding-bottom:12px; margin-bottom:10px; }
.cptab { border-bottom:1px solid #d7d7d7; background:#f7f7f7;  }
.cptab  { line-height:25px; font-size:14px; color:#2a3a91; text-decoration:none; padding:0 8px;  }
.cptab a:hover {text-decoration:none;}
.cptab a.cr { background:#eee; font-weight:bold; }
.cp dl { width: 250px; overflow:hidden; float:left; display:inline; padding: 12px 2px 0 12px; }
.cp dt { width: 250px;   overflow:hidden;  }
.cp dt a {width: 250px; display:block; border:1px solid #D5D5D5; padding:1px;}
.cp dt a:hover { border:solid 1px #2a3a91;} /*产品图片边框连接*/
.cp dt img {width: 250px;height:174px;display:block;}
.cp dd {  line-height:24px; padding-top:8px; overflow:hidden; display:block;   width: 250px; text-align:center }

.proinfo  { font-size:14px; line-height:25px; margin-top:10px;}
.proinfo h4 { line-height:28px; background:#F7F7F7; padding:0 5px; margin-top:10px;}
.proinfo p {color:#414141}
.proinfo p a { color:#2a3a91;}
.pro_key {line-height: 35px; border-top: dashed 1px #d7d7d7; margin-top: 5px; font-size: 14px;}
.mod_goods_info {clear:both;margin-bottom:10px;position:relative}
.mod_goods_info .hds {border-bottom: 1px solid #2a3a91;height:33px;_overflow:hidden;}
.mod_goods_info .hds li {float:left;cursor:pointer;border:1px solid #d7d7d7;border-bottom:0;margin-right:-1px;}
.mod_goods_info .hds li h3 {display:block;width:128px;height:30px;line-height:30px;text-align:center;font-size:14px;border-bottom:0;background-color:#f3f3f3;border:1px solid #fff;}
.mod_goods_info .hds li h3 a {color:#333;font-weight: normal;text-decoration:none;outline:none}
.mod_goods_info .hds .status_on {border-color: #2a3a91;border-bottom:0;position:relative;}
.mod_goods_info .hds .status_on h3 {height:31px;background-color:#fff;color: #2a3a91;}
.mod_goods_info .hds .status_on h3 a {color:#2a3a91;font-weight:bold}
.mod_goods_info .more{ position:absolute;top:8px; right:0px;}
.mod_goods_info .more a:link,
.mod_goods_info .more a:visited{text-decoration:none;color:#2a3a91;}
.mod_goods_info .more a:hover{color:#D4105A;}

.dgxxBox{padding:0 15px; width:645px; height:300px;  font-family:微软雅黑;}
.dgxxBox p{font-size:16px; padding:25px 0; color:#666;}
.dgxxBox .m_form{}
.dgxxBox .m_form li{width:310px; height:38px; float:left; margin-bottom:13px; color:#777;}
.dgxxBox .m_form label{float:left; border:1px solid #dedede; line-height:36px; height:36px; width:77px; display:inline-block; text-align:center; background:#fff;}
.dgxxBox .m_form .iptTxt{float:right; width:230px; border:1px solid #dedede; border-left-width:0; height:16px; line-height:16px; padding:10px 0; outline:none; text-indent:1em; background:#fff; color:#333;}
.dgxxBox .m_form .txtAre{margin-left:12px; width:296px; height:161px; border:1px solid #dedede; outline:none; resize:none; padding:14px; color:#333; line-height:18px;}
.dgxxBox .m_form .btnTjly{width:310px; height:38px; background:#2a3a91; border:none; cursor:pointer; color:#fff;}
.dgxxBox .m_form .areLi{height:205px; float:right; display:inline;}
.dgxxBox .m_form .btnLi{background:none; height:60px;}

/*产品搜索*/
.rongliang{width:1200px;height:75px;margin:30px auto;border-radius:5px;background:url(../images/bg_rongliang.jpg) center;padding-top:25px;position:relative;}
.rongliang .search{width:720px;height:50px;line-height:50px;margin:0 auto;font-size:16px;color:#666;z-index:9999;position:absolute;left:0;right:0;border-bottom:none;}
.rongliang .search span{cursor:pointer;margin-right:5px;display:inline-block;width:180px;text-align:center;}
.rongliang .search span i{display:inline-block;width:15px;height:15px;border:1px solid #ccc;margin:-3px 6px;font-size:10px}
.rongliang .search span.on i{background:url(../images/icon_qunav.png) -463px -65px}
.rongliang .search #which{font-style:normal;display:inline-block;width:80px}
.rongliang .search #calc{font-size:12px;color:#2a3a91;text-decoration:dashed;cursor:pointer}
.rongliang .search a.btn,.rongliang .search input{width:100px;height:40px;line-height:40px;text-align:center;box-shadow:1px 2px 14px 1px #eaeaea;border-radius:5px;background:#FFF;display:inline-block;margin:0 5px}
.rongliang .search input::-webkit-inner-spin-button,.rongliang .search input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}
.rongliang .search a.btn{color:#2a3a91;margin-left:20px;transition:all .3s}
.rongliang .search a.btn:hover{background:#2a3a91;color:#FFF}
.rongliang i.line{display:block;width:188px;height:2px;background:url(../images/run_line.png) no-repeat;position:absolute;top:20px;left:-200px;z-index:8888;animation:run_line 8s infinite linear}
.rongliang i.line_1{animation-delay:1s}
.rongliang i.line_2{top:40px;animation-delay:4s;animation-duration:3.5s}
.rongliang i.line_3{top:80px;animation-delay:7.3s;animation-duration:10s}
.rongliang i.line_4{top:95px;animation-delay:2.5s}
/*ban*/
.ban_1{width:100%; background:url(../images/index_7.jpg)no-repeat center; height:180px; line-height:180px;}
.ban_1_nr{width:1200px; margin:0 auto;}
.ban_1_nr li{float:left;width:25%;margin-right:100px;}
.ban_1_nr li h2{font-size:30px;color:#fff;font-weight:bold; text-align:center;}
.ban_1_nr li h3{font-size:28px;color:#fff; text-align:center;}
.ban_1_nr li h2 span{margin-left:10px;}
.ban_1_nr li em{line-height:40px;color:#fff;font-size:19px; position:relative;}

/*标题*/


/* 产品分类列表 */
.inner_flpro{float: left;width: 240px;}
.inner_frpro{float: right;width: 930px;}
.inner_frpro>h3{height: 50px;font-size: 24px;font-weight: normal;line-height: 50px;border-bottom: 1px solid #ebebeb;}
.inner_frpro>h3 span{display: inline-block;border-bottom: 1px solid #393939}
.nyjc{}
.nyjc-til{padding:15px;color:#fff;background: #2a3a91}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
#sidebar1{padding:10px;background: #fff;border:1px solid #ccc;border-top: 0;}
#sidebar1 li{margin-top: 10px;}
#sidebar1 li:first-child{margin-top: 0px;}
#sidebar1 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;padding-left: 20px;white-space: nowrap;color: #666;background: #eee;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background: #2a3a91;color: #fff;}

#sidebar1 dt{margin-top: 10px;font-weight: normal;line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #666;display: block;}
#sidebar1 dt.cur, #sidebar1 dt:hover{background: #2a3a91;color: #fff;}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#fff;}
#sidebar1 dd{display: none;}
#sidebar1 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#2a3a91;}

.inner_lxpro {margin-bottom:15px;}
.inner_lx_titpro { line-height:68px; background:url(../images/inner_lx_tit.jpg) no-repeat; text-indent:33px; font-weight:bold; color:#333;}
.inner_lxpro .txt { margin-top:10px; line-height:32px;}

/* 产品模块 */
#productlist{padding: 15px  0px;}
#productlist li{ float:left; display:inline; text-align:center;}
#productlist li a.img{ display:block; text-align:center; font-size:0px;}
#productlist li a.img img{ margin:auto; border:1px solid #ccc;}
#productlist li h3{ padding:5px 0px 10px; font-weight:normal; line-height:1.5;}
#showproduct{padding: 20px;}
#showproduct .pshow{overflow: hidden;}
#showproduct h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showproduct .pshow dt{ float:left;}
#showproduct .pshow dd{ float:right;}
#showproduct .pshow dd ul{ margin-left:15px; }
#showproduct .pshow dd li{ padding:5px 5px 5px 45px; min-height:28px; _height:28px; margin:5px 0px; clear:both; border-bottom:1px solid #eee; position:relative; line-height:2; }
#showproduct .pshow dd li span{ position:absolute; left:0px; top:0px; color:#999; padding:5px; height:28px;}
#showproduct .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
#showproduct .editor{ line-height:2; padding:0px 10px; font-size:14px;}

.nypro-lx{/* padding-left: 55px; */margin-top: 10px;/* background: url(../images/cpxq-lx.png)5px 15px no-repeat; */float: left;width: 640px;padding-top: 15px;border-top: 1px solid #ddd;}
.nypro-lx h2{font-size: 18px;font-weight: bold;color: #333;padding-bottom: 10px;/* padding-top: 6px; */}
.nypro-lx .nypro-lxl { float: left; }
.nypro-lx p{float: left;font-size: 30px;line-height: 24px;color: #2a3a91;font-weight: bold;}
.nypro-lx a {width: 120px;height: 42px;background: #2a3a91;line-height: 42px;font-size: 16px;text-align: center;color: #fff;display: block;float: right;margin-top: 6px;}

/*图片模块*/
#imglist{padding: 15px;}
#imglist li{float:left;display:inline;text-align:center;margin: 0 0.9%;margin-bottom: 1%;width: 23%;border: 1px solid #ccc;}
#imglist li a.img{ font-size:0px; display:block;}
#imglist li a.img img{ margin:auto;/* border:1px solid #ccc; */width: 100%;/* padding: 2px; */}
#imglist li a.img img:hover{}
#imglist li h3{padding: 10px 0px 10px; font-weight:normal; line-height:1.5;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #eee;}
#imglist li:hover h3{background: #2a3a91;}
#imglist li:hover h3 a{ color:#fff }
#imglist li h3 a{font-size: 15px;}
#showimg{ padding:15px;}
#showimg h1.title{ font-size:18px; padding:5px 0px; margin-bottom:10px; text-align:center; font-weight: bold; }
#showimg .imgshow{ text-align:center;}
#showimg .editor{ line-height:2; padding:0px 10px; font-size:14px;}
.imgparalist li{ padding:3px 15px 3px; background:url(../images/dt-0.gif) no-repeat 5px center;}
.imgparalist li span{ float:left; margin-right:10px; color:#999;}
#showimg .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }

/*栏目页推荐新闻*/
.topnew{width: 97%;margin: 0 auto;padding-bottom: 30px;padding-top: 20px;}
.tjnew{margin-top:20px;}
.tjnew_top{line-height:40px; height:40px; border-bottom:1px #ccc solid;}
.tjnew_top h2{float:left;width:150px; text-indent:15px; height:40px; line-height:40px;border-bottom: 2px #2a3a91 solid;color: #2a3a91; font-size:18px;font-weight: bold;position: relative;}
.tjnew_top h2::before{position: absolute;content: '';width: 3px;background: #2a3a91;left: 0;bottom: 10px;height: 18px;}
.tjnew_top em{float:right; margin-right:5px; text-transform:uppercase; font-size:14px; color:#ccc;}
.tjnew_top em a{text-align:right; color:#ccc;}
.tjnew_top em a:hover{color:#2a3a91;}
.tjnew_nr{margin-top:10px;}
.tjnew_nr dl{overflow:hidden;}
.tjnew_nr dl dt{float:left; overflow:hidden; width:331px; display:block;}
.tjnew_nr dl dt img{display:block; width:307px; border:1px #ccc solid; padding:2px;}
.tjnew_nr dl dt img:hover{ border:1px #2a3a91 solid;}
.tjnew_nr dl dd{float:right; width:867px;}
.tjnew_nr dl dd h2{font-size:16px; color:#333;font-weight:block;}
.tjnew_nr dl dd h2 a{ color:#333; line-height:40px; text-decoration:none;}
.tjnew_nr dl dd h2 a:hover{color:#2a3a91;}
.tjnew_nr dl dd p{font-size:14px;line-height:25px; color:#4b4b4b;}
.tjnew_nr dl dd em{display:inline-block; width:100px; line-height:40px; background:#ccc;margin-top:30px; float:right; text-transform:uppercase; text-align:center; color:#4b4b4b; font-size:14px;}
.tjnew_nr dl dd em:hover{background:#2a3a91;}
.tjnew_nr dl dd em:hover a{color:#fff; text-decoration:none;}
.tjnew_nr ul{margin-top:20px;overflow: hidden;}
.tjnew_nr ul li{float:left; width:48%; height:40px; line-height:40px; margin-right:2%; border-bottom:1px #ccc dashed;}
.tjnew_nr ul li:nth-child(even){margin-right: 0}
.tjnew_nr ul li a{padding-left: 16px; font-size:14px; color:#4b4b4b;/*text-indent:25px;*/display: -webkit-inline-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;width: calc(100% - 110px);margin-left: 0;background: url(../images/diamImg.png) left no-repeat;}
.tjnew_nr ul li a:hover{color: #2a3a91;}
.tjnew_nr ul li em{float:right;font-size: 14px;color: #999;line-height:40px; margin-right:8px;}

/*数字跳动*/
#countup{}
.countup-div{width:25%;float:left;padding:40px 0;}
.countup-txt{color:#fff;text-align:center;}
.countup-txt h4{font-size:18px;}
.countup-txt h4 span{font-size:52px;font-weight:bold;}
.countup-txt p{font-size:18px;}

/*标题*/
.nybg{line-height: 30px;height: 30px;font-size: 16px;background: #eeeeee;}

/*产品特点*/
.pwht{ background:url(../images/zcban07.jpg) no-repeat; width:100%; overflow:hidden; height:640px; padding-top:60px;}
.cpts {}
.cpts h2.h2_title{ font-size:35px; text-align:center; color:#333; line-height:30px;}
.cpts h2.h2_title a {color: #333;}
.p_title{margin: 10px 0; text-align:center; text-transform:uppercase; font-size:14px; color:#999; letter-spacing:2px; font-weight:normal; font-family: Arial, Helvetica, sans-serif;}
.cpts .container {height:640px;background: url(../images/ts01.png) no-repeat center 102px;}
.cpts .cpts_con {height: 500px;position: relative;}
.cpts .cpts_con .cpts01 {width: 440px;height: 150px;background: url(../images/tsline01.png) no-repeat left 95px;position: absolute;top: 50px;left: 0;}
.cpts .cpts_con .cpts01 b {font-size: 24px;color: #2a3a91;display: block;height: 64px;line-height: 64px;}
.cpts .cpts_con .cpts01 p {width: 275px;margin-top: 1px;line-height: 20px;font-size: 15px;color: #666;}
.cpts .cpts_con .cpts01 span {display: block;width: 148px;height: 148px;background: url(../images/ts03.png) no-repeat center;position: absolute;right: 0;top: 0;}
.cpts .cpts_con .cpts02 {width: 440px;height: 150px;background: url(../images/tsline01.png) no-repeat left 95px;position: absolute;top: 350px;left: 0;}
.cpts .cpts_con .cpts02 b {font-size: 24px;color: #2a3a91;display: block;height: 64px;line-height: 64px;}
.cpts .cpts_con .cpts02 p {width: 275px;margin-top:1px;line-height: 20px;font-size: 15px;color: #666;}
.cpts .cpts_con .cpts02 span {display: block;width: 148px;height: 148px;background: url(../images/ts02.png) no-repeat center;position: absolute;right: 0;top: 0;}
.cpts .cpts_con .cpts03 {padding-left: 180px; width: 260px;height: 150px;background: url(../images/tsline02.png) no-repeat right 95px;position: absolute;top: 50px;right: 0;}
.cpts .cpts_con .cpts03 b {font-size: 24px;color: #2a3a91;display: block;height: 64px;line-height: 64px;}
.cpts .cpts_con .cpts03 p {width: 275px;line-height: 20px;font-size: 15px;color: #666;}
.cpts .cpts_con .cpts03 span {display: block;width: 148px;height: 148px;background: url(../images/ts011.png) no-repeat center;position: absolute;left: 0;top: 0;}
.cpts .cpts_con .cpts04 {padding-left: 180px; width: 260px;height: 150px;background: url(../images/tsline02.png) no-repeat right 95px;position: absolute;top: 350px;right: 0;}
.cpts .cpts_con .cpts04 b {font-size: 24px;color: #2a3a91;display: block;height: 64px;line-height: 64px;}
.cpts .cpts_con .cpts04 p {width: 275px;line-height: 20px;font-size: 15px;color: #666;}
.cpts .cpts_con .cpts04 span {display: block;width: 148px;height: 148px;background: url(../images/ts04.png) no-repeat center;position: absolute;left: 0;top: 0;}
.cpts .cpts_con .cpts01 span{-webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;}
.cpts .cpts_con .cpts01 span:hover{-webkit-transform:rotate(360deg) scale(1,1); -moz-transform:rotate(360deg) scale(1,1);    -o-transform:rotate(360deg) scale(1,1); -ms-transform:rotate(360deg) scale(1,1); transform:rotate(360deg) scale(1,1);  }
.cpts .cpts_con .cpts02 span{-webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;}
.cpts .cpts_con .cpts02 span:hover{-webkit-transform:rotate(360deg) scale(1,1); -moz-transform:rotate(360deg) scale(1,1);    -o-transform:rotate(360deg) scale(1,1); -ms-transform:rotate(360deg) scale(1,1); transform:rotate(360deg) scale(1,1);  }
.cpts .cpts_con .cpts03 span{-webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;}
.cpts .cpts_con .cpts03 span:hover{-webkit-transform:rotate(360deg) scale(1,1); -moz-transform:rotate(360deg) scale(1,1);    -o-transform:rotate(360deg) scale(1,1); -ms-transform:rotate(360deg) scale(1,1); transform:rotate(360deg) scale(1,1);  }
.cpts .cpts_con .cpts04 span{-webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;}
.cpts .cpts_con .cpts04 span:hover{-webkit-transform:rotate(360deg) scale(1,1); -moz-transform:rotate(360deg) scale(1,1);    -o-transform:rotate(360deg) scale(1,1); -ms-transform:rotate(360deg) scale(1,1); transform:rotate(360deg) scale(1,1);  }

.clearfix:after { content: ""; height: 0; clear: both; display: block; visibility: hidden;}

/*内页联系我们*/

/*内页在线留言*/
.ny_ly { overflow: hidden; margin-top: 20px; }
.ly_box { overflow: hidden; margin-top: 20px; }
.ly_box .temp_on_inp .content .temp_on_con h3 { width: 145px;height: 46px;font-size: 18px;line-height: 46px; text-align: center;color: #fff; background: #666666; }
.ly_box .temp_on_inp .content .temp_on_con form { border: 1px solid #bbb;background: url(../images/ly_bg.jpg) no-repeat center bottom #fff;padding: 40px 15%; height: 435px;}
.ly_box .temp_on_inp .content .temp_on_con form ul li  { margin-bottom: 10px; font-size: 14px; line-height: 35px;color: #666; overflow: hidden; }
.ly_box .temp_on_inp .content .temp_on_con form ul li span { display: inline-block;width: 120px;color: #666; vertical-align: top; text-align: right;height: 33px;line-height: 33px; overflow: hidden; }
.ly_box .temp_on_inp .content .temp_on_con form ul li span em { color: #f00; }
.ly_box .temp_on_inp .content .temp_on_con form ul li input { width: 73%;margin-right: 10px;outline: none;padding-left: 10px;border: 1px solid #eee; height: 33px; line-height: 32px;color: #666; box-sizing: border-box; }
.ly_box .temp_on_inp .content .temp_on_con form ul li textarea { width: 73%; height: 102px; line-height: 24px; border: 1px solid #eee; outline: none;  resize: none; overflow: auto;margin-right: 10px; padding-left: 10px; box-sizing: border-box; }
.ly_box .temp_on_inp .content .temp_on_con form ul li .minp5 { width: 80px;height: 30px;border: 0;text-align: center; color: #fff; padding-left: 0;cursor: pointer;  background: #2a3a91; margin-left: 125px;}

/*内页简介*/
.nyabout_bt { overflow: hidden; }
.nyabout_bt .pro_l { width: 1200px;height: 55px;}
.nyabout_bt .nlist  ul{ display: flex; }
.nyabout_bt .nlist ul li { flex: 1;background: #fff; height: 55px; font-size: 18px; line-height: 55px; text-align: center;float: left;border-right: 1px solid #f5f5f5;box-sizing: border-box; cursor: pointer;text-overflow: ellipsis;overflow: hidden; white-space: nowrap; }
.nyabout_bt .nlist ul li.cur { background: #2a3a91; }
.nyabout_bt .nlist ul li.cur a { color: #fff; display: block; }
.nyabout_bt .nlist ul li:hover {  background: #2a3a91; }
.nyabout_bt .nlist ul li:hover  a { color: #fff; display: block; }
.nyabout_nr { overflow: hidden; margin-top: 20px; }
.nyabout_nr .sb_box { width: 100%;overflow: hidden; }
.nyabout_nr .sb_box .editor p.on { font-size: 14px; color: #666; line-height: 24px; }
.sb_boxli .rtop { display: none; }
.sb_boxli .rtop h5 {display: none;   }
.sb_boxli .rtop h5 a {display: none;   }
.sb_boxli .list { width: 285px;float: left;border: 1px solid #ddd;margin-right: 15px;margin-bottom: 15px; }
.sb_boxli .active ul { overflow: hidden; margin-top: 20px; }
.sb_boxli .active li{width: 24%;float: left; background: #f0f0f0;/*margin: 0 1.3% 13px 0;*/ margin:0 7px;}
.sb_boxli .active li:nth-child(4) { margin: 0 0 13px 0; }
.sb_boxli .active li:nth-child(8) { margin: 0 0 13px 0; }
.sb_boxli .active li dt {border: 1px solid #e5e5e5; padding: 10px 9px; background: #fff;  }
.sb_boxli .active li img { width: 100%; display: block; padding: 2px;}
.sb_boxli .active li a h3 { display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; width: 278px; font-weight: normal; line-height: 45px;background: #fff; text-align: center; overflow: hidden; font-size: 16px; padding: 0 5px;  height: 45px;}
.modelTostChile1 .wenzi { font-size: 16px; line-height: 32px; color: #666; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;    overflow: hidden;width: 500px;text-align: center; padding: 0 50px;}

.sb_boxli .active li:hover a h3{background-color:#2a3a91; color: #fff;}
.sb_boxli .active li dt:hover{border: 1px solid #2a3a91;}

/*内页新闻模块列表页*/
.pro_right_news{ float: right; width: 250px;}
.pro_right_news>h4{padding: 20px 0;padding-left: 84px;background: #2a3a91 url(../images/tit6-1-d.png) 30px center no-repeat;}
.pro_right_news>h4 a{font-size: 22px;color: #fff; display: block;}
.pro_right_news>h4 a span { display: block;font-size: 14px;color: rgba(255,255,255,.3); text-transform: uppercase;font-weight: 400;margin-top: 1px; }
.pro_right_news ul li { position: relative;height: 50px; padding-left: 54px; padding-right: 40px;border-bottom: 1px solid #f5f5f5;background: #fff;position: relative; overflow: hidden; line-height: 50px;font-weight: normal;font-size: 16px; }
.pro_right_news ul li a { display: block; }
.pro_right_news ul li.cur { background: #2a3a91;  color: #fff;}
.pro_right_news ul li.cur a {color: #fff; display: block; }
.pro_right_news ul li::after {content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8; border-style: solid solid none none;position: absolute; top: 50%; right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -ms-transform: rotate(45deg);-o-transform: rotate(45deg); transform: rotate(45deg);}
.pro_right_news ul li.on::after { border: 2px solid #fff;border-style: solid solid none none; }
.pro_right_news ul li:hover::after {border: 2px solid #fff; border-style: solid solid none none; } 
.pro_right_news ul li:hover { background: #2a3a91; }
.pro_right_news ul li:hover a { color: #fff; } 
.pro_right_news .active1 .nlist  ul{ background: #fff;padding: 2px 0px; }

#shownews{ padding:0px 20px;}
#shownews h1{ font-size:30px; text-align:center; border-bottom:1px dotted #ccc; padding:5px 0px; margin:10px 0px; color:#333;}
#shownews .text-center{ text-align: center;}
#shownews .text-center span{ font-size: 14px; color: #a3afb7; margin-right: 10px;}
#shownews .editor{line-height:2;font-size:14px;padding:10px 0;}
#shownews .editor #video{text-align:center;}
#shownews .editor #video video{max-width:800px;max-height:800px;}

/*内页新闻模块列表页*/
.sb_box1{ width: 930px; float: left; background: #fff; margin-bottom: 15px;}
.nynews-tj{ margin-top: 10px;}
.nynews-tj h3{ background: #2a3a91; color: #fff; height: 60px; line-height: 60px; padding-left: 20px; font-size: 20px;}
.nynews-tj .nyxwtj{ border: 1px solid #ccc;}
.nynews-tj .nyxwtj ul{ padding: 10px 0; padding-left: 20px;}
.nynews-tj .nyxwtj ul li{padding-left: 20px;padding-right:15px;line-height: 38px;background: url(../images/iyuan.png) left no-repeat;}
.nynews-tj .nyxwtj ul li:hover{ background: url(../images/iyuan_on.png) left no-repeat; }
.nynews-tj .nyxwtj ul li a{font-size: 15px;text-decoration: none;display: block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.nynews-tj .nyxwtj ul li a:hover{ color:#2a3a91; }

.fbxx{border-bottom: 1px solid #ccc;height: 40px;line-height: 40px;}
.fbxx p{font-size: 14px;float: left;padding: 0 8px;}
.fbxx p span{}

.jq22{width: 667px;height: 392px;margin: 0px auto;position: relative;border: 2px solid #eee;}
.jq22 .border-left{width: 2px;height: 0px;background: #2a3a91;position:absolute;left:-1px;bottom: 0;}
.jq22 .border-bottom{width: 0px;height: 2px;background: #2a3a91;position:absolute;left:0;bottom: 0px;}
.jq22 .border-top{width: 0px;height: 2px;background: #2a3a91;position:absolute;right:0;top: 0px;}
.jq22 .border-right{width: 2px;height: 0px;background: #2a3a91;position:absolute;right:-1px;top: 0;}
.nocontent{padding:15px;min-height:200px;}

#showtext{padding: 15px 20px; line-height:2;}
#showtext div p{padding: 0 6px;}

/*内页文章*/
#newslist{margin-bottom:10px;}
.n_cont{ overflow:hidden;}
.n_cont  a { overflow: hidden; display: block; }
.n_cont dl{overflow: hidden;width: 1055px;border: 1px solid #ddd;margin-bottom: 10px;padding: 18px 22px 18px 22px;background: #fff;margin-top: 15px;margin-left: 20px;}
.n_cont dl dt{ float:left;box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);}
.n_cont dl dt img{ display:block;width: 160px;height: 112px;}
.n_cont dl dd{float:left;width: 860px;margin-top: 10px;margin-left: 30px;}
.n_cont dl dd h5{width: 860px;float: left;font-size: 18px;line-height: 32px;font-weight: normal;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.n_cont dl dd h5 a{font-size: 17px;color: #333; float:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-weight: bold;}
.n_cont dl dd em{ float: right; text-align: right; height: 30px; line-height: 30px; font-size: 14px; color: #999;}
.n_cont dl dd p{color:#666; line-height:20px; font-size:14px;margin-top: 10px;/* height: 60px; */float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.n_cont dl dd span { width: 135px; border: 1px solid #ddd; line-height: 35px; height: 35px; font-size: 16px; color: #666;margin-top: 10px; float: right;display: block; text-align: center; }
.n_cont dl:hover {border: 1px solid #2a3a91;}

.n_cont dl:hover dd h5 a{color: #2a3a91;}
.n_cont dl:hover dd span  { border: 1px solid #2a3a91;  background: #2a3a91; color: #fff; }
.n_cont dl:hover dt{box-shadow: 0 0 5px 0 rgb(253 131 15 / 0.6);}
.n_cont a:hover dl dd p{color: #333;}
/*.n_cont dl:hover { background: #eaeaea;}*/

#shownews{ padding:0px 20px;}
#shownews .editor{line-height:2;font-size:14px;padding:10px 0;}

.RandomNews{ float: left; padding: 0 20px;}
.RandomNews em { clear: both;margin: 15px 0; position: relative; background-color: #f3f3f3;height: 45px;overflow: hidden; display: block;}
.RandomNews h4{display: block; padding: 0px 30px;height: 45px; line-height: 45px;font-size: 18px;border-bottom: 0; color: #2a3a91;font-weight: bold;float: left; border-top: 2px solid;background: #f7f7f7;}
.RandomNews li{ height:28px;line-height:28px; padding:0 17px 0 10px;  width:45%; float:left;overflow:hidden;}
.RandomNews li:hover { color: #2a3a91; }
.RandomNews li:hover a{ color: #2a3a91; }
.RandomNews li a{ padding-left:12px;}
.RandomNews ul{ padding: 10px 0px; }

.RandomNews_ny{ padding:0px 15px}
.RandomNews_ny h4{ padding-left:27px;height:36px;line-height:36px;color:#2a3a91;background:#ccc;font-weight:bold;}
.RandomNews_ny li{ height:28px;line-height:28px; padding:0 17px 0 10px;  width:558px; float:left;overflow:hidden;}
.RandomNews_ny li a{ background:url(../images/ico55.gif) no-repeat 0 5px; padding-left:12px;}
.RandomNews_ny ul{padding: 10px 0px;}
.right .RandomNews_ny .news_random{border:1px solid #ccc;border-top:none;background:#fff;}
.right .RandomNews_ny ul{padding-top:8px;border:1px solid #ccc;border-top:none;margin-bottom:15px;width:762px;background:#fff;}

.dibu-tuijian{ margin-top: 10px; }
.dibu-tuijian h2{ font-size: 20px;font-weight: bold;color: #333;}
.dibu-tuijian ul{padding-top: 20px; }
.dibu-tuijian ul li{overflow: hidden;width: 900px;}
.dibu-tuijian ul li a{width: 900px; line-height:42px; border-top: 1px dashed #999; font-size: 14px;color: #444;float: left;}
.dibu-tuijian ul li a  span {float: right;}
.dibu-tuijian ul li:hover a {color: #2a3a91;  }

.cbgg-01 { background: #fff;color: #fff; }
.cbgg-01-img { position: relative; }
.cbgg-01-img h3 { position: absolute; font-size: 22px; color: #fff; top: 20px;left: 30px;}
.cbgg-01-img h3 span { display: block; font-size: 14px; color: rgba(255,255,255,.42); font-weight: 400; margin-top: 2px; }
.cbgg-01-img img {width: 100%; display: block;}
.cbgg-01 .hot-line { display: block;padding: 15px 16px  0px 16px;background-repeat: no-repeat;background-position: center center;-webkit-background-size: cover;background-size: cover;font-size: 0; }
.cbgg-01 .hot-line i { display: inline-block;vertical-align: middle;width: 40px;height: 40px;background: url(../images/tel-3-d.png) center center no-repeat; -webkit-background-size: cover;background-size: cover;}
.cbgg-01 .hot-line .txt { display: inline-block;vertical-align: middle; text-align: left; padding-left: 10px;}
.cbgg-01 .hot-line .txt h4 { font-size: 14px;color: #666;  font-weight: 400;margin-bottom: 2px; }
.cbgg-01 .hot-line .txt p { font-size: 20px;color: #2a3a91;  font-weight: 700; }
.cbgg-01 dl { padding: 0 19px 10px; overflow: hidden; }
.cbgg-01 dl dt { padding: 20px 4px 8px;border-top: 1px solid #e1e1e1; background-repeat: no-repeat; background-position: left 14px; }
.cbgg-01 dl dt:first-child  { border-top: none; }
.cbgg-01 dl dt h5 { font-size: 14px;color: #333; margin-bottom: 4px; }
.cbgg-01 dl dt p { font-size: 16px;color: #666;line-height: 22px; }

/*内页产品列表页*/
.ny-pro ul.navMenu{ border- top: none;overflow: hidden;background: #fff;border: 0px !important; padding: 2px 0px;}
.ny-pro ul>li.ny_pro_nav1{line-height: 50px; margin-bottom: 1px;}
.ny-pro ul>li.ny_pro_nav1>h3 { background: url(../images/ny_cpico2.png) no-repeat right center #ececeb; }
.ny-pro ul>li.ny_pro_nav1.on>h3 { background: url(../images/ny_cpico1.png) no-repeat right center #2a3a91;  }
.ny-pro ul>li.ny_pro_nav1>h3 a{ display: block;font-size: 16px; font-weight: normal; margin-right: 40px; margin-left: 38px; color: #666; position: relative; }

.ny-pro ul>li.ny_pro_nav1.on>h3 a { color: #fff; }
.ny-pro ul>li.ny_pro_nav1:hover>h3 { background: url(../images/ny_cpico1.png) no-repeat right center #2a3a91; }
.ny-pro ul>li.ny_pro_nav1:hover>h3 a { color: #fff; }
.ny-pro ul>li.ny_pro_nav1>ul { display: none; }
.ny-pro ul>li.ny_pro_nav1.on>ul { display: block; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 h3 { height: 50px; font-size: 16px; line-height: 50px; padding-left: 54px; padding-right: 40px;background: #fff; font-weight: normal; position: relative;border-bottom: 1px solid #f5f5f5; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2:hover h3 a { color:#2a3a91;}
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 h3 a { color: #454545; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2.on h3 a{ color: #2a3a91; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 h3::after {content: ""; width: 8px; height: 8px;  border: 2px solid #b8b8b8;border-style: solid solid none none; position: absolute;  top: 50%; right: 32px; margin-top: -4px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);  }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2:hover h3::after  { border: 2px solid #2a3a91;border-style: solid solid none none; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2.on h3::after { border: 2px solid #2a3a91;border-style: solid solid none none; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul { overflow: hidden; display: none; }
.ny-pro ul>li.ny_pro_nav1.on>ul li.ny_pro_nav2.on ul { display: block; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3 a { display: block; line-height: 45px; border-bottom: 1px dashed #ddd; padding-left: 65px; position: relative; color: #333; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3:hover a { color: #2a3a91; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3.on a { color: #2a3a91; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3 a::after { position: absolute; content: ''; width: 5px; height: 5px; display: block; border: 1px solid #999; border-radius: 50%; left: 50px; top: 19px; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3:hover a::after { border: 1px solid #2a3a91; }
.ny-pro ul>li.ny_pro_nav1>ul li.ny_pro_nav2 ul li.ny_pro_nav3.on a::after  { border: 1px solid #2a3a91;  }
.ny-pro .sub{ margin-top: 10px;}

.ny-pro ul dl dt a span{ margin-left: 0;}
.ny-pro ul dl dd h4{margin-left: 0;background: none;height: 36px;text-align: initial;}
.ny-pro ul dl dd h4 a{ font-size: 16px; line-height: 36px; padding-top: 0;}
.ny-pro ul dl dd h4 a span{color: #666;padding-left: 40px;}

.t05 a{color:#fff; font-size:14px}
.contactn .subnr {overflow:hidden;padding:5px 15px;width: 210px;font-size:14px;line-height:30px;}
/* marqueetop */
.marqueetop{height:800px;overflow:hidden;border:1px solid #ddd;}
.marqueetop ul{background: none !important;}
.marqueetop li .pic{display:block;border:#ccc 1px solid; height:104px;padding:2px;overflow:hidden;}
.marqueetop li .txt{text-align:center;height:23px;line-height:23px;}
.jiathis_txt{ float: left; display:inline-block; line-height:28px; }
.sidebar .sb_box_pro{ float:right; width:910px; overflow:hidden;  border:1px solid #dedede;}
.ny-pro h4{padding:20px 0; padding-left: 84px;background: #2a3a91 url(../images/tit6-1-d.png) 30px center no-repeat;}
.ny-pro h4 a{font-size: 22px;color: #fff;}
.ny-pro h4 span {display: block;font-size: 14px;color: rgba(255,255,255,.3);text-transform: uppercase;font-weight: 400; margin-top: 1px;}
.ny-pro h4 p{ font-size: 12px !important;}

/*产品列表推荐新闻*/
.news-tj-nyprolist { overflow: hidden; margin-top: 15px;}
.news-tj-nyprolist h4 { padding-left: 12px;height: 36px; line-height: 36px; color: #fff; background: #2a3a91; font-weight: bold; }
.news-tj-nyprolist ul { margin: 10px 0; overflow: hidden; }
.news-tj-nyprolist ul li { height: 28px; line-height: 28px; padding: 0 15px 0 10px;width: 47%;float: left;overflow: hidden; }
.news-tj-nyprolist ul li a { font-size: 14px; color: #666;  }
.news-tj-nyprolist ul li:hover a  { color: #2a3a91; text-decoration: underline; }
.news-tj-nyprolist ul li:hover span { color:#2a3a91;  }

/*内页位置*/
.ninde{width: 1200px;height: 45px;margin:  0 auto;line-height: 45px;font-size: 14px;color: #666;border-bottom: 1px solid #ccc;left: 0;z-index: 9999;border-top: 1px solid #ccc;margin-top: 20px;}
.ninde em{ padding-left: 25px;background: url(../images/ditubiao.png) no-repeat 0px 1px;}
.ninde a{color: #666;}

.top_lanmu{height: 54px;}
.top_lanmu .n_show_1{width: 1200px;margin:0 auto;margin-top: 20px;margin-bottom:  20px;}
.top_lanmu .n_show_1 .neiye_show{  }
.top_lanmu .n_show_1 .neiye_show a{color: #fff;line-height: 54px;font-size: 16px;float: left;text-decoration: none;background: #666;margin-right: 4px;}
.top_lanmu .n_show_1 .neiye_show a li{border-right: 1px solid #e0dfdf;margin-right: 0px;width: 166px;height: 54px;float: left;text-align: center;}
.top_lanmu .n_show_1 .neiye_show a:hover li{ background:#2a3a91; color:#fff;}
.top_lanmu .n_show_1 .neiye_show a li.cur{background-color:#2a3a91;}

/*联系我们*/
.tit {font-size: 30px;text-align: center;margin: 30px 0;background: url(../images/nylxbt.png) no-repeat center -12px;}
.wmen { color: #12c4ae }
.chi { margin-bottom: 5px; font-weight: bold; color: #000; letter-spacing: 4px; }
.eng { text-transform: uppercase; font-weight: 100; font-size: 16px;}
.contactus ul {/* height: 180px; */margin: 0 auto;margin-top: 20px;}
.contactus ul li {border-bottom: 1px solid #e9e9e9;float: left;height: 45px;line-height: 45px;padding: 0px 30px;width: 530px;font-size: 16px;margin: 10px 0;}
.contactus ul li p{padding: 0 20px;}
.ysti { color: #2e2e2e }
.clear{ clear: both;}
.hls{ color: #485a81; }
.blk-main { width: 100%; }
.blk { margin: 0 auto 20px auto;}
.content1 { width: 1200px; margin: 0 auto;}
.p12-aboutinfo-1-nr {padding: 0 10px!important;width: 1200px;margin: 0 auto;}
.p12-aboutinfo-1-tit {display: none; }
.contactus .c1{background:url(../images/nydianhua.png) left top no-repeat;}
.contactus .c2{background:url(../images/nycz.png) left top no-repeat;}
.contactus .c3{background:url(../images/neqq.png) left top no-repeat;}
.contactus .c4{background:url(../images/nyyx.png) left top no-repeat;}
.contactus .c5{background:url(../images/nydizi.png) left top no-repeat;}

/*关于我们*/
.p12-aboutinfo-1{display: inline-block;width: 100%;background: #fff;margin-bottom: 10px;margin-top: 20px;}
.p12-aboutinfo-1-tit{height: 114px;line-height: 114px;font-size: 30px;text-align: center; color:#4b4a4a;}
.p12-aboutinfo-1-tit span{font-size: 22px;color: #aaa;}
.p12-aboutinfo-1-nr{padding:0 20px 20px; width: 100%;margin: 0 auto;}
.endit-content{ line-height:28px;}
/*.endit-content p{margin:15px 0;}*/
.about_ny {}
.about_ny .til01 { height: 137px; }
.about_p,.about_p p,.about_p p img { width: 100%; overflow: hidden; }
.about_ico { width: 260px; height: 302px; left: 40px; top: 15px; text-align: center; color: #fff; line-height: 24px; }
.about_ico span { width: 260px; height: 62px; left: 0; top: 200px; position: absolute; }
.about_ico span b { display: block; font-size: 20px; line-height: 30px; letter-spacing: 2px;}
.about_w { padding: 30px 20px; color: #797979; border: 1px solid #dedede; border-top: 0; margin-top: -15px; }
.about_w h3 { height: 60px; font-size: 30px; line-height: 38px; color: #3c3c3c; }
.about_w h3 em { font-family: Arial; font-size: 10px; text-transform: uppercase; line-height: 18px; color: #969696; font-style: normal; display: block; }
.about_w h3 span { font-size: 22px; float: right;}
.about_w h3 span b { color: #2a3a91; }
.about_w h3 span i { font-weight: normal; }
.about_r { width: 488px;}
.about_l { padding: 7px 0 0; }
.about_l p { display: block;}

.tp_img{ width: 1200px; margin: 0 auto; }
.demoTitle { text-align:center; font-size:30px; font-weight:bold; color:#c00; text-shadow:1px 1px 0 #fff; margin:60px 0 40px; border-bottom:1px dashed #999;border-top:1px dashed #999; padding:20px 0; background:#EEE; }
#demo1 { margin:0 auto; }
#psWraper { background:#eee; padding:10px 0; margin-top:80px; border-top:1px dashed #999; }
#psText { padding-bottom:10px; margin-bottom:20px; border-bottom:1px dashed #bebebe; }
#psText samp { font-weight:bold; font-size:14px; letter-spacing:0.1em; }
#psText samp a { color:#2a3a91;letter-spacing:0.1em; }
#psText h2 { font-size:20px; margin:10px auto; }
#psText p { padding:10px 0; line-height:25px; letter-spacing:0.1em; }
#psText ul { margin:10px auto; }
#psText ul li { line-height:25px; line-height:25px; letter-spacing:0.1em; }
#ps { width:800px; margin:0 auto; padding:30px 0; }
#ps h1 { padding-bottom:20px; text-shadow:1px 1px 0 #fff; color:#c00; font-size:23px; font-weight:bold; }
#ps h2 { line-height:20px; text-shadow:1px 1px 0 #fff; padding:10px 0; }
#ps h1 p { display:inline; font-size:16px; font-weight:bold; color:#666; margin-left:20px; }
#ps dl { padding-left:0; padding-bottom:40px; }
#ps dl dt,#ps dl dd { height:30px; line-height:30px; font-size:13px; text-shadow:1px 1px 0 #fff;  }
#ps dl dt { padding-left:10px; }
#ps dl dd { color:#ff6600; text-shadow:1px 1px 0 #fff; }
#ps dl dd span {color:#900; margin-right:50px; letter-spacing:0.01em; padding-left:10px;}
.TmpStyle { margin:50px auto; }
body { overflow-x:hidden; }
.jcSlider {width: 1004px;position:relative;height: 654px;/*background:url(../img/sliderbg.png) no-repeat;*/padding: 8px;margin-bottom: 10px !important;margin-top: 10px !important;}
.imgHide {width:1000px;height:650px;overflow:hidden;position:relative;border:2px solid #ccc;box-shadow: 0px 4px 5px 1px #ccc;}
.imgList {position:absolute; top:0; left:0; z-index:1;}
.imgList li { position:absolute; left:0; top:0; height:650px; width:1000px; list-style:none; display:none; overflow:hidden; }
.imgNum { position:absolute; left:0; top:0; z-index:2; display:none; }
.imgNum dd { width:14px; height:14px; float:left; list-style:none; cursor:pointer;  margin:0 3px; overflow:hidden; }
.imgNum dd a { display:block; height:14px; width:14px; text-indent:-999em; overflow:hidden; text-align:center; line-height:14px; }
.imgNum dd a:hover,.imgNum dd.select a { background-position:0 -14px; }
.imgPrev,.imgNext { position:absolute; left:0; top:10px; z-index:3; display:block; cursor:pointer; height:650px; width:40px; }
.imgPrev { background:url(../images/navigation-previous.png) no-repeat left center;}
.imgNext { background:url(../images/navigation-next.png) no-repeat right center;}

/*input*/
#feedback{ padding: 20px;}
#nymessage form{text-align: center;width: 100%;}
.form-control{display: block;width: 110px;height: 30px;padding: 6px 12px;margin: 0px 0px;font-size: 14px;line-height: 1.42857143;color: #666;background-color: #eee;background-image: none;/* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); *//* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
#nymessage .form-group{display:flex;justify-content:center;margin:10px 0;width: 100%;line-height: 40px;}
textarea.form-control{height: auto;width: 100%;height: 30px;line-height: 30px;font-size: 14px;font-family: 微软雅黑;}
#nymessage .form-control{ width: 48%; }
.btna{display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.btn-default{color: #fff;background-color: #2a3a91;border-color: #ccc;text-align: center;padding: 10px 20px;text-align: center;border-radius: 3px;font-size: 16px;float: left;/* margin-left: 32px !important; */}
.btn-default:hover{background: #2a3a91;}
.btna1{ margin-right:20px; }

/* 在线客服 */
.diyos {position:fixed;width:54px;right:0;top:45%;z-index:999999999;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #2a3a91;float: left;position: relative;border-top: 1px solid #fff;z-index: 1001;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li:hover{background: #2a3a91;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #2a3a91 !important;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 150px;position:absolute; top:0; left:-151px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}
.retract{position:absolute;left:-36px;top:50%;margin-top:-30px;width:36px;height:60px;cursor:pointer;}
.loadont{position: absolute;right: 0;top: 0;background: #2a3a91;color: #fff;width: 20px;text-align: center;padding: 10px;font-size: 16px;line-height: 20px;box-shadow: 0 0 5px 0px rgb(0 0 0 / 50%);cursor:pointer;display:none;}

/*面包屑*/
.location{width: 100%;height: 45px;border-bottom: 1px solid #eee;}
.location span{display:block;line-height: 45px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;}
.location span a{color: #666;}
.location span a:hover{color: #2a3a91;}

/*内页样式*/
.inside{padding:20px 0;background: #ececec;}
/*.bgf5{background:#ececec;}*/
.nocontect{background-image: url(../images/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;}

/* marqueeleft */
.marqueeleft{height:136px;width:474px;overflow:hidden;margin:40px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:148px;height:133px;overflow:hidden;}
.marqueeleft li .pic{display:block;border:#ccc 1px solid;width:135px;height:104px;padding:2px;overflow:hidden;}
.marqueeleft li .txt{text-align:center;height:23px;line-height:23px;}
/* marqueetop */
.marqueetop{height:429px; overflow:hidden; border:1px solid #ddd;}
.marqueetop li .pic{display:block;border:#ccc 1px solid; height:104px;padding:2px;overflow:hidden;}
.marqueetop li .txt{text-align:center;height:23px;line-height:23px;}

/**/
.pro_lny{ width:220px; float:left;}
.pro_lny h4{ height:60px; line-height:60px; background:#2a3a91;}
.pro_lny h4 a{ font-size:18px; color:#fff; margin-left:20px;}
.active1{ border:1px #ddd solid;}
.ny_cptj{ margin-top:20px;}
#marquee2 ul li a img{width:200px;height:  150px;margin:10px;border: 1px solid #ccc;padding:  2px;}
#marquee2 ul li{ text-align:center;}
.contactn{ /* margin-top:20px; */}
.contactn h5 a{ font-size: 22px; color:#fff; margin-left: 10px;font-weight: bold;}

/*内页右侧内容*/
.nyshow{float: right;width: 1140px;background: #fff;overflow: hidden;border: 1px #ddd solid;}
.nyshow-til{line-height: 36px;height: 36px;border-bottom: 1px #ccc solid;margin: 10px 15px;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 20px;height: 36px;line-height: 36px;border-bottom: 2px #2a3a91 solid;color: #2a3a91;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width: 4px;height: 26px;background: #2a3a91;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;padding: 0 15px;}
.nyshowdesc img{max-width:100%;height:auto !important;}

.nyshow-til span{float: right;}
.nyshow-til span{display:block;line-height: 45px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;}
.nyshow-til span a{color: #666;}
.nyshow-til span a:hover{color: #2a3a91;}

.sb_box-til{line-height: 36px;height: 36px;border-bottom: 1px #ccc solid;margin: 10px 15px;}
.sb_box-til>h1, .sb_box-til>h2{float: left;padding-right:15px;text-indent: 20px;height: 36px;line-height: 36px;border-bottom: 2px #2a3a91 solid;color: #2a3a91;font-size: 18px;font-weight: bold;position:relative;}
.sb_box-til>h1::before, .sb_box-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width: 4px;height: 26px;background: #2a3a91;}
.sb_boxdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;padding: 0 15px;}
.sb_boxdesc img{max-width:100%;height:auto !important;}

.sb_box-til span{float: right;}
.sb_box-til span{display:block;line-height: 45px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;}
.sb_box-til span a{color: #666;}
.sb_box-til span a:hover{color: #2a3a91;}

.nyjoblist-ul{ padding: 15px;}
.nyjoblist-ul li{ padding:20px; border:1px solid #cccc }
.nyjoblist-top{}
.nyjoblist-top h3{ padding-bottom: 10px;}
.nyjoblist-top h3 a{ font-size: 20px; font-weight: bold; background: inherit; padding: 0; margin: 0; color: inherit;}
.nyjoblist-top h3 a:hover{ background:inherit }
.nyjoblist-top span{ font-size: 16px; margin-right: 42px;}
.nyjoblist-top p{ padding-top: 10px; font-size: 15px; color: #666; padding-bottom: 10px; line-height: 24px;}
.nyjoblist-top a{ padding: 10px 30px; background: #2a3a91; margin-top: 12px; display: inline-block; color: #fff; margin-right: 20px;}
.nyjoblist-top a:hover{ background: #2a3a91;}

.showjob-left{padding-bottom:30px;}
.showjob-top{margin: 0 20px;padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 24px;}
.showjob-top .text-center{ text-align: center;}
.showjob-top .text-center span{ font-size: 14px; color: #a3afb7; margin-right: 10px;}
.showjob-list{overflow:hidden;margin: 20px;}
.showjob-list li{width: 48%;float:left;font-size: 16px;color: #666;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 0;color: #333;font-size: 16px;font-weight: bold;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 15px;font-weight: 400;padding: 10px 20px;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.btn-success {color: #fff;background-color: #2a3a91;border-color: #2a3a91;margin: 0 20px;padding: 12px 42px;font-size: 15px;margin-top: 4px;display: inline-block;position: relative;left: 50%;transform: translateX(-50%);border-radius: 24px;}
.btn-success:hover{background: #2a3a91; color:#fff}
.margin-top-20 { margin-top: 20px !important;}
.page-header{ padding: 0 20px;}
.page-header h3{ padding-left: 24px; line-height: 42px; border-bottom: 1px dotted #ccc; background: url(../images/page/dt-7.gif) no-repeat left center;}
@media (max-width:767px){
    .showjob-top h1{ font-size:20px;}
    .showjob-top h2{ font-size:16px;}
    .showjob-con{padding:0 20px;font-size:14px !important}
    .showjob-left{padding: 0;}
    .showjob-page>div[class^="col-"]{padding: 0 10px;}
	.col-xs-12 input{width: 100px; display: flow;}
}

@media (max-width:1430px){
    .n_cont dl dd{ width: 778px;}
    .n_cont dl dd h5{ width:778px; }
    #newslist .n_cont dl{ width: 970px;}
    .prodbaseinfo_a{ width: 570px; }
    .nypro-lx{ width:570px; }
}

/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin: 0 15px 0 15px;}
.nyhotnews>h3{float: left;width: 150px;/* text-indent: 30px; */height: 40px;line-height: 40px;border-bottom: 2px #2a3a91 solid;color: #2a3a91;font-size: 18px;font-weight: bold;/* background:url(../images/new_ico1.gif) no-repeat left; */}
.nyhotnews-list{margin:10px 15px;overflow:hidden;}
.nyhotnews-list li{width:50%;float:left;font-size: 14px;line-height: 30px;padding: 0 15px;background: url(../images/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:250px;color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#2a3a91;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width: 25%;float:left;padding:0 10px;margin-bottom: 0;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 100%;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height: 42px;text-align:center;font-size: 15px;}
.nyvideo-div:hover a{border-color: #2a3a91;color: #2a3a91;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin-bottom:20px;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{max-width:800px;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;padding: 0 15px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#2a3a91;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr{
    border-top: 1px solid #ccc;
}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;line-height: 42px;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyimg-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyimg-div a img{display:block;max-width: 100%;width: 311px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-div a.nyimg-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyimg-div:hover a{border-color:#2a3a91;color:#2a3a91;}
.nyimg-div:hover a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin:10px 0;}
.showimg-time{text-align:center;}
.showimg-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showimg-time span:last-child{margin-right:0;}
.showimg-img{margin-bottom:15px;text-align:center;}
.showimg-img img{max-width:100%;}
.ctitle{margin-bottom:15px;}
.showimg-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showimg-con  img{max-width:100%;height:auto !important;}

/*新闻列表*/
.nynews-ul{overflow:hidden;}
.nynews-ul li{margin: 0 15px 15px 15px;}
.nynews-ul li a{overflow: hidden;display: block;}
.nynews-ul li a dl{overflow: hidden;border: 1px solid #ddd;padding:15px;width:100%;box-sizing:border-box;}
.nynews-ul li a dl dt{float:left;box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);}
.nynews-ul li a dl dt img{display: block;width: 180px;}
.nynews-ul li a dl dd{float: left;width: 560px;/*margin-top: 20px;*/margin-left: 30px;}
.nynews-ul li a dl dd h5{width: 460px;float: left;font-size: 18px;line-height: 32px;font-weight: normal;color: #333;}
.nynews-ul li a dl dd em{float: right;height: 30px;line-height: 30px;font-size: 14px;color: #999;}
.nynews-ul li a dl dd p{line-height: 20px;font-size: 14px;margin-top: 15px;height: 40px;color:#666;float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.nynews-ul li a dl dd span{width: 135px;border: 1px solid #ddd;line-height: 35px;height: 35px;font-size: 16px;color: #666;margin-top: 10px;float: right;display: block;text-align: center;}
.nynews-ul li a:hover dl{border:1px solid #2a3a91;}
.nynews-ul li a:hover dl dt{box-shadow: 0 0 5px 0 rgb(253 131 15 / 0.8);}
.nynews-ul li a:hover dl dd h5{color:#2a3a91;}
.nynews-ul li a:hover dl dd span{border: 1px solid #2a3a91;background: #2a3a91;color: #fff;}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin: 7px 15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;padding: 0 15px;}
.shownews-con  img{max-width:100%;height:auto !important;}

/*产品列表*/
.nypro-ul{overflow:hidden;}
.nypro-ul li{width:258px;margin:0 11px 25px 9px;float:left; border: 1px solid  #d3d3d3;}
.nypro-ul li:nth-child(3n){margin-right:0;}
.nypro-ul li a{display:block;position:relative;}
.nypro-ul li a .nypro-img{overflow:hidden;position:relative;}
.nypro-ul li a .nypro-img img{width:100%;display:block;}
.nypro-ul li a .nypro-txt{width: 100%;position: relative;z-index: 4;padding: 5px 0 0;background: #f5f5f5;}
.nypro-ul li a .nypro-txt p{padding: 0 20px;font-size: 18px;line-height: 36px;height: 36px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #444;text-align: center;}
.nypro-ul li a .nypro-txt span{font-size: 13px;display: block;height: 25px;line-height: 25px;padding: 0 20px;color: #777;font-weight: 100;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.nypro-ul li a:hover .nypro-txt{background:#fff;}
.nypro-ul li:hover{border-color:#2a3a91;}

/*产品详情*/
.nyproshow-top{overflow:hidden; margin: 0 15px;}
.nyproshow-top>dt{padding-bottom: 15px;float:left;width:402px;}

/*bigzoompic*/
#MagnifierWrap2{position:relative;width: 420px;}
.MagnifierMain{position: relative;border:1px solid #ccc;}
.MagnifierMain img{width: 100%;display:block;}
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(../images/loading.gif) no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 360px;height: 90px;overflow: hidden;margin: 10px auto 0;}
.spec-items ul{width: 500%;position: absolute;top: 11px;}
.spec-items ul *{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.spec-items li{width: 81px;float: left;overflow: hidden;margin-right: 10px;border: 1px solid #ccc;cursor: pointer;}
.spec-items li.on{border: 1px solid #2a3a91;}
.spec-items li img{width: 100%;display:block;}
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 12px;display: block;width: 20px;height: 70px;line-height: 70px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;z-index: 999;}
span.on{background-color: #ccc;color: #999;cursor: pointer;}
span.spe_leftBtn{left: 0;}
span.spe_rightBtn{right: 0;}
.nyproshow-txt{float:left;width: 380px;margin-left: 28px;z-index:1;}
.nyproshow-txt>h1{font-size: 20px;color: #333;border-bottom: 1px dashed #bbbbbb;padding: 2px 0 10px;line-height: 32px;margin-bottom:10px;}

/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:left;display:block;line-height:40px;padding:0 20px;background:#2a3a91;color:#fff;border-radius: 10px;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#2a3a91;}
.showpro-con{margin-top: 20px;padding: 0 15px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #2a3a91;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:100px;padding: 0 3px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;height:auto !important;}
.pr_form .form-group{display: flex;justify-content: left;margin: 10px 25px;}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin: 0 15px;}
.nyaboutpro>h3{position: relative;float: left;width: 150px;text-indent: 12px;height: 40px;line-height: 40px;border-bottom: 2px #2a3a91  solid;color: #2a3a91;font-size: 18px;font-weight: bold;/* background:url(../images/nyaboutproico.png) no-repeat left; */}
.nyaboutpro>h3::before { position: absolute; content: ''; width: 3px; background: #2a3a91; left: 0; bottom: 10px; height: 18px;}
#abprolist{margin: 20px 10px;display: block;}
#abprolist li{padding: 0px 6px;width: 258px;float: left;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height: 42px;height: 42px;text-align:center;background: #e6ecf1;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color: #2a3a91;}
#abprolist li a:hover p{background: #2a3a91;color:#fff;}

/*标签*/
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#2a3a91;}
/*分享按钮*/
.jiathis{padding: 5px 0px; height:35px; line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin: 10px 10px;}
.jiathis .jiathis_txt{float: left;}
/*上下页按钮*/
.ny-page{overflow: hidden;margin-bottom: 0px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 80%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/*搜索模块*/
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;/*margin-bottom: 25px;*/border-bottom: 1px dashed #333;overflow:hidden;margin: 10px 20px;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #2a3a91;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #2a3a91;}
.nysearch-til>a:hover{background: #2a3a91;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#2a3a91;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #2a3a91;left:10px;}

/*手机样式*/
.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location,.ny_body,.g-bd,.g-nynav,.ninde,.m-text,.sjj_nav,.sp_header{display:none;}
@media (max-width: 768px){
    html, body{max-width: 640px;min-width: 320px;margin: 0 auto;overflow-x: hidden;position: relative;}
    body{padding-bottom: 50px;}
    *{box-sizing:border-box;}
    .problem,.proMain,.xb1,.adv,.case,.pantner,.strength,.faq,.foot_banquan,.mpro,.ys01,#bd,.lcbg,.faq,.new,.fbg,.pc-header,.sy-lm1,.sy-lm2,.sy-lm3,.sy-lm4,.sy-lm5,.sy-lm6,.sy-lm7,.sy-lm8,.sy-lm9,.sy-lm10,.sy-lm11,.ft-kkk1,.ft-db{display:none;}
    .htop, .hcont, .sticky-wrapper, .navBox, #banner, .search, .about, #countup, .product, .news, .footer, .fcopy,.RandomNews1,.diyos,.texten,.location{display:none;}
    .Product_a,.case_q,.A_l,.newMain,.link,.pro_l,.rtop,#productlist,.topnew,#showproduct,#imglist,#showimg,#newslist,#shownews,.m-img,.R_y,.ys,.hez11{display:none;}
    .m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location,.ny_body,.g-bd,.g-nynav,.m-text,.sjj_nav,.sp_header{display:block;}
    .container{width:100%;}
    /* -- 页面整体布局 -- */
    .m-header{overflow: hidden;padding: 20px 10px;text-align: center;}
    .m-header h1{width: 54px;display: inline-block;float: left;}
    .m-header h1 img{max-width: 100%;width: 100%;vertical-align: middle;}
    .m-header dl{float: left;padding-left: 20px;padding-top: 6px;text-align: left;}
    .m-header dl dt{font-size: 18px;font-weight: bold;color: #2a3a91;}
    .m-header dl dd{font-size: 14px;padding-top: 3px;}
    /*导航*/
    .m-nav{/* height: 5.875rem; */ overflow:hidden;background: #2a3a91; position:relative;}
    .m-nav:before{content: '';position: absolute;width: 100%;left: 0;top: 50%;border-bottom: 1px solid #f5ab64;}
    .m-nav a{display: block;float: left;width: 25%;font: 1rem/2.92rem "microsoft yahei";height: 2.92rem;color: #fff;text-align: center;border-right: 1px solid #f5ab64;}
    .m-nav a:nth-child(4n){border-right: none;}
    .m-nav a:hover{color:#fff;}
	
	.main-nav-m{position:relative;z-index:5;display:block;cursor:pointer}
.main-nav-m .title{position:relative;padding:0 10px;height:40px;background:#2a3a91;line-height:40px}
.main-nav-m .title strong{color:#fff;font-weight:700;font-size:16px}
.main-nav-m .title i{position:absolute;right:0;width:45px;height:100%;content:''}
.main-nav-m .title i::after,.main-nav-m .title i::before{position:absolute;top:50%;width:12px;height:1px;background:#fff;content:'';-webkit-transition:all .3s;transition:all .3s}
.main-nav-m .title i::before{left:46%;-webkit-transform:rotate(40deg) scaleY(1.5);transform:rotate(40deg) scaleY(1.5)}
.main-nav-m .title i::after{right:46%;-webkit-transform:rotate(-40deg) scaleY(1.5);transform:rotate(-40deg) scaleY(1.5)}
.main-nav-m .title.active i::before{-webkit-transform:rotate(-40deg) scaleY(1.5);transform:rotate(-40deg) scaleY(1.5)}
.main-nav-m .title.active i::after{-webkit-transform:rotate(40deg) scaleY(1.5);transform:rotate(40deg) scaleY(1.5)}
.main-nav-m ul{position:absolute;top:40px;display:none;padding:10px;width:100%;background:rgb(255 255 255 / 80%);color:#fff}
.main-nav-m ul li{-webkit-animation:ReturnToNormal .5s both;animation:ReturnToNormal .5s both;width:29%;float:left;border-radius:20px;background:#2a3a91;margin:10px 2%;text-align:center;}
.main-nav-m ul li a{display:block;height:36px;line-height:36px;color:#fff;font-size:13px;}

    .search1 .sc{border: 1px solid #d5d5d5;margin: 10px;border-radius: 20px;}
    .search1 .sc .tt{height: 32px;line-height: 32px;background:none;border:none;font-size: 14px;color: #333;padding-left: 36px;width: 76%;margin-left: 12px;outline:none;background: url(../images/chaxun.png) 14px no-repeat;background-size: 18px;}
    .search1 .sc .s_bt{border:0px;float:right;width: 54px;height: 32px;border-radius: 0 20px 20px 0;line-height: 32px;text-align:center;font-size:0px;background: url(../images/m-fdj.png) #2a3a91 no-repeat center;color:#fff;text-decoration:none;background-size: 40%;}

    .content{width: 100%;}
    .inner{width: 100%;padding-top:0px;}
    .inner_fl{width: 100%;}
    .showabout{margin-right:0px;line-height: 25px;overflow: hidden;min-height: 600px;color: #666;padding: 0 10px;}
    .showabout img{max-width: 100%;}
    /*ban轮播广告*/
    .g-adv{overflow:hidden;padding-top: 70px;}
    .g-adv img{ display: block;width: 100%;}
    /*标题*/
    .m-title>h2{font-size: 1.6rem;color:#333;text-align:center;font-weight: bold;padding-bottom: 0px;}
    .m-title>p{font-size:1rem;color:#666;text-align:center;}
    /*产品中心*/
    .g-pro{padding:20px 0;/* border-top: 2px solid #2a3a91; */}
    .g-pro .wlist{display: flex;flex-wrap: wrap;align-content: flex-start;margin: 0 15px;margin-top:20px;}
    .g-pro .wlist li{flex:1}
    .g-pro .wlist li a{display:block;line-height:40px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;text-align:center;border: 1px solid #E5E5E5;}
    .g-pro .wlist li.z-on a{background: #2a3a91;color:#fff;border: 1px solid #2a3a91;}
    .g-pro .wcont{padding:5px;padding-top: 20px;position: relative;padding-bottom: 64px;}
    .g-pro .wcont li{width:50%;float:left;padding:5px;}
    .g-pro .wcont li a{display:block;}
    .g-pro .wcont li a:hover{color: #fff;}
    .g-pro .wcont li a img{width:100%;border:1px solid #ddd;}
    .g-pro .wcont li a p{line-height:30px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
    .m-cpa { width: 94%; height: 36px; background: #2a3a91; display: block; color: #fff; text-align: center; line-height: 36px; font-size: 16px; border-radius: 10px; margin: 16px 0; position: absolute; bottom: 0;}

     /*menu*/
     .menu {width:100%;  clear:both;}
     .menu>ul {list-style:none;overflow:hidden;display:flex;flex-wrap:wrap; margin:0 auto; width:100%;}
     .menu>ul li {float:left;text-align:center;width:24.5%;border-bottom:1px solid #cfcfcf; border-right:1px solid #cfcfcf; /*height:4rem;*/}
     .menu ul li:nth-child(4n){ border-right:none;}
     .menu ul li img{width: 2em;/*height: 2em;*/padding-top: 1.0em;}
     .menu ul li span{display:block; text-align:center;font-size:12px;}
     .menu ul li span a:hover{color:#2a3a91;font-size:15px;}
     .menu ul a {display:block; text-align:center; text-decoration:none}
     .menu ul a:hover{color:#2a3a91}
     .menu ul a:link,.menu ul a:active,.menu ul a:visited {font-size:15px;line-height:25px;}

     .xd_title{background: url(../images/pro_bj.png)no-repeat center;position:relative;font-size:20px;color:#4a2618;line-height:30px;text-align:center;padding-top: 29px;padding-bottom: 33px;font-weight:bold;}
     .xd_title em{color:#2a3a91; font-weight:bold;}
     .xd_title p{font-size:14px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal;}
     .xd_title1{position:relative;font-size:40px;color:#4a2618;line-height:40px;text-align:center;/* padding-bottom: 20px; */padding-top: 29px;padding-bottom: 33px;font-weight:  bold;}
     .xd_title1 i::before{content:"";position:absolute;left:40px;top:12px;width:69px; height:67px;background:url(../images/ico_left.png)no-repeat left;}
     .xd_title1 i::after{content:"";position:absolute;right:50px;bottom:0;width:69px; height:67px;background:url(../images/ico_right.png)no-repeat right;}
     .xd_title1 em{font-size:30px; color:#2a3a91; font-weight:bold; padding:0 8px;}
     .xd_title1 p{font-size:15px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal;}
     @media(max-width:539px){
        .xd_title1{position:relative;font-size:20px;color:#4a2618;line-height:20px;text-align:center;/* padding-bottom: 20px; */padding-top: 29px;padding-bottom: 33px;font-weight:  bold;}
        .xd_title1 i::before{content:"";position:absolute;left: 24px;top:12px;width:69px;height:67px;background:url(../images/ico_left.png)no-repeat left;}
        .xd_title1 i::after{content:"";position:absolute;right: 3px;bottom:0;width:69px;height:67px;background:url(../images/ico_right.png)no-repeat right;}
        .xd_title1 em{font-size:30px; color:#2a3a91; font-weight:bold; padding:0 8px;}
        .xd_title1 p{font-size: 13px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal;}
     }
     @media(max-width:389px){
        .xd_title1{position:relative;font-size:20px;color:#4a2618;line-height:20px;text-align:center;/* padding-bottom: 20px; */padding-top: 29px;padding-bottom: 33px;font-weight:  bold;}
        .xd_title1 i::before{content:"";position:absolute;left:18px;top:12px;width:69px;height:67px;background:url(../images/ico_left.png)no-repeat left;}
        .xd_title1 i::after{content:"";position:absolute;right: 3px;bottom:0;width:69px;height:67px;background:url(../images/ico_right.png)no-repeat right;}
        .xd_title1 em{font-size:30px; color:#2a3a91; font-weight:bold; padding:0 8px;}
        .xd_title1 p{font-size:12px;color:#4b4b4b;line-height:40px;text-align:center;font-weight: normal;}
     }
     
    .sp_header{/* height: 4.6rem; */overflow:hidden;background:#fff;position:fixed;left:0;z-index:10;width:100%;padding: 10px 6px;border-bottom: 3px solid #2a3a91;}
    .sp_logo{float:left;height: 48px;}
    .sp_logo img{margin:auto;height: 100%;}
    .m-dphone{float: left;margin-left: 12px;}
    .m-dphone dl{padding-left: 32px;margin-top: 8px;background: url(../images/m-tel.png) left no-repeat;background-size: 20%;}
    .m-dphone dl dt{}
    .m-dphone dl dd{ font-weight: bold; font-size: 14px; line-height: 18px; color: #2a3a91;}
    .sp_nav{width: 44px;float:right;position:relative;cursor:pointer;height: auto;margin-top: 1.1rem;display: initial;}
    .sp_nav span{display:block;background: #2a3a91;width: 20px;height: 3px;position:absolute;right: 6px;transition:all ease 0.35s;}
    .sp_nav span:nth-of-type(1){top:0px;width: 28px;}
    .sp_nav span:nth-of-type(2){top: 8px;width: 20px;}
    .sp_nav span:nth-of-type(3){top: 16px;width: 24px;}
    .sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
    .sp_nav_se span:nth-of-type(2){width:0}
    .sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg);width: 28px;}
    .sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height: calc(100% - 220px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
    .nav_show{top: 70px;}
    .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
    .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px);}
    .sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
    .sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
    .sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
    .sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
    .sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
    .sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;margin-right: 20px;position:relative;line-height:40px;font-size:14px;}
    .sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
    .sjj_nav ul li ul{display:none}
    .sjj_nav ul li a{color:#666;width:80%;background: url(../images/nav-sanjiao.png) left no-repeat;padding-left: 20px;}
    .sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
    .sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
    .sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
    .sjj_nav ul li ul li>ul{margin-left:10px}
    .sjj_nav ul li ul li>ul{margin-left:10px}
     

     #product{background:#f7f7f9; padding:20px 0}
     .product_nr1{}
     .product_nr{margin-top:10px;}
     .product_nr li{float:left;width:47%;text-align:center;margin:5px;overflow:hidden;}
     .product_nr li .pic{overflow:hidden;display:block;}
     .product_nr li .pic img{display:block;width:100%;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
     .product_nr li h2{background-color:#eee;font-weight:normal;font-size:1em;line-height:40px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
     .product_nr li h2 a{color:#4b4b4b;line-height:40px; text-decoration:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
     .product_nr li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
     .product_nr li:hover h2{background-color:#2a3a91; color:#fff;text-align:center;}
     .product_nr_tb{width: 90%;height:48px;line-height: 48px; border-radius:50px;background-color:#2a3a91;text-align:center;display:inline-block; position:relative;color:#fff;font-weight:bold;font-size:18px;padding-left: 16px;margin: 10px 15px;}
     .product_nr_tb em{font-size:14px;font-weight:normal;}
     .product_nr_tb::before{content:"";position:absolute;left: 22px;width:22px;height:26px;background:url(../images/tel.png)no-repeat left;top: 10px;}
     @media(max-width:587px){
      .product_nr_tb::before{content:"";position:absolute;left: 22px;top: 0px; width:100%px;height:100%;background:url(../images/tel.png)no-repeat left;}
     }

    /*优势*/
    .m-ys{padding: 0px 0;padding-top: 6px;}
    .m-ys-nr{ padding-top: 16px;}
    .yslm{ display: flex; width: 100%;}
    .yslm ul{ width: 100%;}
    .yslm ul li{ float: left; width: 25%; text-align: center;}

    .yslm ul li{width: 50%;height: 94px;margin:auto;border: 1px solid #ccc;border-right: none;border-bottom: none;padding-top: 12px;}
    .yslm ul li .ys_icon{width: 40px;height: 40px;margin:auto;background-color: #f0f0f0;overflow: hidden;border-radius: 50%;}
    .yslm ul li .ys_icon img{display: flex;margin: 6px auto 0px auto;width: 30px;}
    .yslm ul li p{color: #252525;font-size: 16px;text-align: center;margin-top: 6px;}
    .yslm ul li.on .ys_icon img{position:relative;top: 0px;width: 30px;}
    .yslm ul li.on{background-color: #2a3a91;height: 94px;padding: 0px 0px;}
    .sy-ys .ys_contitle .container{position:absolute;bottom: 40px; left: 0;right: 0; }
    .yslm ul li.on .ys_icon{margin-top: 12px;}
    .sy-ys .ys1 .left-wenzi{float: left;display: inline-block;padding-top: 70px;width:520px;}
    .yslm ul li.on p{color:#ffffff;}

    .ysnr{}
    .ysnr .yswa{ padding: 32px 20px; background: url(../images/rrr1.jpg) center no-repeat;}
    .ysnr .yswa h4{font-size: 24px;color: #2a3a91;}
    .ysnr .yswa h2{ font-size: 18px; font-weight: bold; padding: 16px 0; color: #fff;}
    .ysnr .yswa p{ font-size: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; color: #fff;}
    .ysnr .yswa i{color: #2a3a91;font-size: 54px;height: 32px;display: block;}
    
    .m-ryzs{padding: 24px 0;padding-bottom: 12px;background: #f5f5f5;}
    .m-ryzs .zsnr{}
    .fengcai33{position: relative;padding: 10px 30px;}
    .fengcai33 ul{}
    .fengcai33 ul li{width: 47%;margin: 0 3px;/* float: left; */}
    .fengcai33 ul li a{}
    .fengcai33 ul li a img{width: 100%;height: auto;}
    .fengcai33 ul li a p{text-align: center;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;line-height: 2rem;}
    .m-ryzs .pbot1{background: url(../images/img-jt2.png) no-repeat center;top: 44%;left: 0;}
    .m-ryzs .pbot2{background: url(../images/img-jt3.png) no-repeat center;top: 44%;right: 0;}
    
    /*公司简介*/
    .xdabout{margin-top:20px;}
    .xdabout_nr{margin:auto 10px; text-align:center}
    .xdabout_nr img{text-align:center;width:100%;}
    .xdabout_nr h2{font-size:16px;font-weight:bold;color:#2a3a91;line-height:40px; text-align:left;}
    .xdabout_nr p{line-height:25px; color:#4b4b4b;font-size:14px;text-align:left;}
    
    .m-sygczs{background: url(../images/ccc1.jpg) center no-repeat;padding: 24px 0;}
    .m-sygczs .sy-title{}
    .m-sygczs .sy-title h2{color: #fff;}
    .m-sygczs .sy-title p{color: #fff;}

    .gczsnr{padding-top: 16px;}
    .gczsnr .sss1{ text-align: center;}
    .gczsnr .sss1 li{ float: left; display: contents;}
    .gczsnr .sss1 li.active a{background: #225fab;color:#fff;}
    .gczsnr .sss1 li a{background: #fff;width: 92px;line-height: 26px;height: 26px;color: #2a3a91;font-size: 12px;display: inline-block;border-radius: 20px;margin: 6px 3px;}
    .gczsnr .sss1 li:hover a{ background:#2a3a91; color:#fff; }
    .gczsnr .sss2{}
    .gczsnr .sss2 .qht{}

    .fengcai1{ position: relative;padding: 20px 30px;padding-top: 20px;padding-bottom: 0;overflow: hidden;display: inline-block;width: 100%;}
    .fengcai1 li{ width:152px;margin: 0 3px;position:relative;}
    .fengcai1 li img{ display:block;width: 100%;height: auto;height: 114px;border: 1px solid #fff;}
    .fengcai1 li p{ color: #fff;font-size: 13px;text-align:center;overflow:hidden;line-height: 24px;text-overflow:ellipsis;white-space:nowrap;}
    .fengcai1 li:hover p{ background:#2a3a91; color:#fff; }

    .fengcai2{position: relative;padding: 20px 30px;padding-top: 20px;padding-bottom: 0;overflow: hidden;display: inline-block;width: 100%;}
    .fengcai2 li{width: 152px;margin: 0 3px;position:relative;}
    .fengcai2 li img{display: block;width: 100%;height: auto;height: 114px;border: 1px solid #fff;}
    .fengcai2 li p{color: #fff;font-size: 13px;text-align:center;overflow:hidden;line-height: 24px;text-overflow:ellipsis;white-space:nowrap;}
    .fengcai2 li:hover p{ background:#2a3a91; color:#fff; }

    .fengcai3{position: relative;padding: 20px 30px;padding-top: 20px;padding-bottom: 0;overflow: hidden;display: inline-block;width: 100%;}
    .fengcai3 li{width: 152px;margin: 0 3px;position:relative;}
    .fengcai3 li img{display:block;width: 100%;height: auto;height: 114px;border: 1px solid #fff;}
    .fengcai3 li p{color: #fff;font-size: 13px;text-align:center;overflow:hidden;line-height: 24px;text-overflow:ellipsis;white-space:nowrap;}
    .fengcai3 li:hover p{ background:#2a3a91; color:#fff; }
    .pbot1{background: url(../images/img-jt.png) no-repeat center;left: 3px;top: 50%;transform: translateY(-50%);width: 30px;height: 54px;display: block;position: absolute;}   
    .pbot2{background: url(../images/img-jt1.png) no-repeat center;right: 3px;top: 50%;transform: translateY(-50%);width: 30px;height: 54px;display: block;position: absolute;}
    
    /*新闻*/
    .xdnew{margin-top:20px;margin-bottom:20px;}
    .xdnew_title{display:flex;background-color:#f8f8f8;border-bottom:1px #e5e5e5 solid;}
    .xdnew_title a{flex:1;color:#4a2618;line-height:50px; text-align:center;font-size:14px;position:relative;}
    .xdnew_title a.cur{color:#fff;background-color: #2a3a91;}
    .xdnew_title a.cur::after{content:"";width:100%;height:4px;background-color: #2a3a91;position:absolute;bottom:0;left:0;}

    .xdnew_nr1{margin-top:20px;}
    .xdnew_nr{margin-bottom:0em;width:100%; clear:both;}
    .xdnew_nr dl{ padding:0.5rem; overflow:hidden; border-bottom:1px #ccc dashed;}
    .xdnew_nr dt{padding: 0rem 0;float:left;width:20%;text-align:center;background:url(../images/dtDtBg.png) no-repeat center;background-size:100% 100%;}
    .xdnew_nr dt span{display:block;font-size: 1.8rem;color: #2a3a91;font-weight:700;}
    .xdnew_nr dt em{display:inline-block; padding-top:0.4rem; font-size:0.8rem; margin-top:0.4rem; border-top:1px solid #c3c3c3;}
    .xdnew_nr dd{float:right; width:75%; line-height:1.6rem;}
    .xdnew_nr dd h5{}
    .xdnew_nr dd h5 a{color:#333;font-size: 1.0rem;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;display: block;}
    .xdnew_nr dd h5 a:hover{color:#2a3a91}
    .xdnew_nr dd p{color:#666;font-size: 0.7rem; overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

    .sb_box .active{max-width: 100%;padding: 0 10px;vertical-align:middle;}
    #showtext{padding: 10px;}
    .cpMain{background: none;/* display: none; */}
    .sidebar .sb_box{width: 100%;border: none;}

    .lxtop{margin-top: 0;}
    .lxtop .on{padding: 10px;}
    .lxfsnr li{width: 100%;margin: 0 0 20px 0;padding-left: 20px;border-right: none;}
    .lxfsnr li p{font-size: 14px;}
    .Separate{font-size: 24px;margin: 15px auto;}
    #showtext img {max-width: 100%;width: 100%;}

    .wap-ys_nr { margin-top: 30px; overflow: hidden; padding-left: 10px; padding-right: 10px;  }
    .wap-ys_nr dt { overflow: hidden; display: block; position: relative; z-index: 1; }
    .wap-ys_nr dt img { width: 100%; display: block; }
    .wap-ys_nr .wap-ys_nr_list { background: #fff; border: 1px solid #ddd; border-top:none; padding-left: 10px; padding-right: 10px; padding-bottom: 15px; height:290px;}
    .wap-ys_nr .wap-ys_nr_t {position: relative; font-size: 18px; color: #2196dd;font-weight: bold; padding-left: 80px; line-height: 3;}
    .wap-ys_nr .wap-ys_nr_t:after {position: absolute; content: ''; width: 60px; height: 76px; display: block; background: url(../images/wap_ysico.png)no-repeat center;  top: -30px; z-index: 2; font-size: 30px; color: #fff; text-align: center; line-height: 50px; left: 0px;}
    .wap-ys_nr .con:nth-child(1) .wap-ys_nr_t:after { content: '01'; }
    .wap-ys_nr .con:nth-child(2) .wap-ys_nr_t:after { content: '02'; }
    .wap-ys_nr .con:nth-child(3) .wap-ys_nr_t:after { content: '03'; }
    .wap-ys_nr .con:nth-child(4) .wap-ys_nr_t:after { content: '04'; }
    .wap-ys_nr .wap-ys_nr_desc { font-size: 14px; color: #454545; line-height: 2;  }
    .wap-ys_nr .m-cnt{height: 0.5rem;margin-top: 2rem;text-align: center;}
    .wap-ys_nr .m-cnt li{width: 20%;height: 0.5rem;background: #c8c8c8;display: inline-block;float: left;margin: 0 2.5%;}
    .wap-ys_nr .m-cnt li.z-on{background: #2a3a91;}

    /*关于我们*/
    .g-about{margin-bottom:20px;}
    .g-about-box{margin-top:20px;padding: 0 10px;}
    .g-about-box img{width:100%;display:block}
    .g-about-txt{margin-top:20px;padding:0 10px;text-align:center;}
    .g-about-txt h3{text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem;}
    .g-about-txt div{ color: #242424;font-size: 1rem;/*height: 15rem;*/line-height: 1.5rem;overflow: hidden;margin-bottom:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 11;text-align:justify;}
    .about-btn{margin:20px auto 0;display: inline-block;padding: 6px 12px;font-size: 14px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #f0f0f0;border: 1px solid transparent;border-radius: 4px;}
    
    /**/
    .m-about{padding: 20px 0;}
    .about-nr{ padding-top: 20px;}
    .about-nr .m-ab-img{background: #2a3a91;}
    .about-nr .m-ab-img img{width: 100%;padding: 24px;position: relative;top: 30px;padding-top: 0;padding-bottom: 10px;}
    .about-nr .m-ab-wz{padding: 20px 26px;padding-top: 36px;padding-bottom: 6px;/* background: #f5f5f5; */}
    .about-nr .m-ab-wz h2{font-size: 18px;font-weight: bold;color: #2a3a91;}
    .about-nr .m-ab-wz span{font-size: 15px;padding: 10px 0;display: block;}
    .about-nr .m-ab-wz p{ color: #666; line-height: 24px; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}
    .about-nr .m-ab-wz .m-aba{margin-top: 10px;width: 160px;height: 36px;background: url(../images/m-more1.png) center no-repeat;display: inline-block;color: #fff;text-align: center;line-height: 36px;font-size: 14px;border-radius: 20px;background-size: 160px;}
  
    /*留言*/
    .form-control{width:70%;height: 35px;}

    /*新闻资讯*/
    .m-new{overflow: hidden;padding-bottom:20px;}
    .n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex;}
    .n_q li{flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
    .n_q li.z-on{ border-top: 0.25rem solid #2a3a91; font-weight: bold; color: #2a3a91; background: #fff;}
    .m-new .con{ float: left; display: inline; width: 100%;}
    .n_c ul{ padding: 0 3.9%;}
    .n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
    .n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0;}
    .n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 150px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .n_c ul li:nth-child(6){ border-bottom: 0;}
    .n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1;}

    .m-ft{}
    .ft-tel{padding: 20px;background: #2a3a91;padding-bottom: 10px;}
    .ft-tel p{color: #fff;font-size: 14px;line-height: 30px;width: 100%;display: inline-block;}
    .ft-tel .ft-p1{padding-left: 20px;font-size: 16px;background: url(../images/dh.png) left no-repeat;}
    .ft-tel .ft-p2{font-size: 24px;font-weight: bold;}
    .ft-tel .ft-p3{}
    .ft-db1{/* margin-bottom: 4.2rem; */text-align: center;background: #2a3a91;padding: 10px 0;}
    .ft-db1 p{font-size: 12px;color: #fff !important;line-height: 20px;}
    .ft-db1 p a{ color:#fff }

    /**/
    /*首页标题*/
    .sy-title{ text-align: center;}
    .sy-title h2{font-size: 24px;color: #333;font-weight: bold;}
    .sy-title p{font-size: 12px;padding: 6px 0;background: url(../images/m-tit.png) center no-repeat;color: #666;}
  
    .m-news{ padding: 24px 0;}
    .m-news-nr{ padding-top: 20px;}
    .m-news-lm{ display: inline-block;}
    .m-news-lm ul{}
    .m-news-lm ul li{width: 90px;height: 32px;line-height: 32px;float: left;margin: 0 10px;color: #333;text-align: center;background: #eeeeee;border-radius: 20px;}
    .m-news-lm ul li.on{background: #2a3a91;color: #fff;}
    .m-news1-nr{}
    .m-news1-nr .m-news-s1{padding: 10px;padding-top: 20px;padding-bottom: 0;overflow: hidden;}
    .m-news1-nr .m-news-s1 .m-news1{}
    .m-news1-img{float: left;width: 48%;}
    .m-news1-img img{width: 100%;height: auto;max-width: 170px;padding: 2px;border: 1px solid #ccc;}
    .m-news1-wz{float: left;width: 50%;padding: 1%;padding-left: 4%;}
    .m-news1-wz h2{padding-bottom: 10px;}
    .m-news1-wz h2 a{color: #333;font-size: 17px;font-weight: bold;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;margin-top: 0;}
    .m-news1-wz p{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;color: #666;}
    .m-news1-wz a{margin-top: 7px;display: block;color: #2a3a91;font-size: 12px;}

    .m-news1-nr .m-news-s1 ul{}
    .m-news1-nr .m-news-s1 ul li{ display: inline-block; padding-bottom: 16px; padding-top: 16px; border-bottom: 1px solid #ccc;}
    .m-news1-nr .m-news-s1 ul li a{}
    .m-news1-nr .m-news-s1 .m-news2-rq{float: left;width: 22%;background: #2a3a91;text-align: center;padding: 10px 0;border-radius: 10px;margin-right: 6%;}
    .m-news1-nr .m-news-s1 .m-news2-rq h2{color: #fff;font-size: 24px;border-bottom: 1px solid #fff;margin: 0 10px;font-weight: bold;padding-bottom: 4px;}
    .m-news1-nr .m-news-s1 .m-news2-rq p{font-size: 14px;color: #fff;padding-top: 4px;}
    .m-news1-nr .m-news-s1 .m-news2-wz{ float: left; width: 70%;}
    .m-news1-nr .m-news-s1 .m-news2-wz h2{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;font-size: 16px;font-weight: bold;color: #333;padding-top: 4px;}
    .m-news1-nr .m-news-s1 .m-news2-wz p{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; padding-top: 10px; font-size: 12px; line-height: 20px;}

    .m-newsa{ width:160px; height:36px; border:1px solid #ccc; display:block; border-radius:20px; text-align:center;line-height:36px; position:relative; left:50%; transform:translateX(-50%); margin-top:20px; }
    .m-newsa:hover{ background:#2a3a91; color:#fff; }
  
    /*尾部二维码*/
    .m-fewm{/* text-align:center; *//* padding:10px; */}
    .m-wx{display:inline-block;font-size:0;margin: 0 5px;}
    .m-wx img{width:120px;}
    .m-wx p{font-size:12px;margin-top:5px;}
    /*底部按钮*/
    .m-fbtn{position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #2a3a91;text-align: center;display:flex;min-width: 320px;max-width: 640px;}
    .m-fbtn a{flex:1;padding:7px 0;color:#fff;}
    .m-fbtn a i{font-size:16px;display:block;}
    .m-fbtn a span{display:block;line-height:20px;}
    /*内页面包屑导航样式 开始*/
    .m-btit {line-height: 35px;padding-left: 12px;font-size:14px;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-top:1px solid #d9d9d9;box-shadow:0 1px #fff;position:relative;background-color:#f6f6f6;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
        background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/
        background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/
        background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/
        background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/
        background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/
        border-bottom:1px solid #d9d9d9;
        } /*内页面包屑导航背景*/
    .m-btit:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;left:0;top:0;width:100%;border-top: 1px solid #fff;}    /*内页面包屑导航背景上面的线条*/
    .m-btit a{color:#666;}
    .m-btit span{ padding:0 8px; position:relative; height:100%; top:3px; left:-2px; display:inline;}
    .m-btit span:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
        position:absolute;background:#7c7c7c;width:8px;height:8px;left:2px;top:3px;z-index:10;
        -moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
        -o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
        -webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
        transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/
    .m-btit span:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;width:8px;height:8px;left:1px;top:3px;
        z-index:11; background-color:#f2f2f2;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/
        background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/
        background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/
        background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/
        background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/
        background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/
        -moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
        -o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
        -webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
        transform: rotate(45deg);   } /*角度45度，内页面包屑箭头样式*/
    /*内页面包屑导航样式 结束*/

    /*内页导航*/
    .g-nynav{background:#f3f3f3;}
    .g-nynav ul{display: flex;flex-wrap:wrap;align-content: flex-start;}
    .g-nynav ul li{/*flex:1;*/width: 25%;}
    .g-nynav ul li.cur{/* border-bottom: 2px solid #42b321; */background-color: #2a3a91;}
    .g-nynav ul li.cur a    {color:#fff;}
    .g-nynav ul li a{display:block;text-align:center;line-height:40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;}
    .g-nynav ul li.on a{border-bottom:2px solid #2a3a91;color:#2a3a91;}
    /*内页简介页面*/
    .ny-aboutcon{margin-top:10px;padding: 0 10px;line-height:1.6}
    .ny-aboutcon img{max-width:100%;height: auto !important;}

    /*内页图片列表*/
    .ny-imglist{padding:10px 0;}
    .ny-imglist>h1{font-size:1.2rem;text-align:center}
    .ny-imgbox{}
    .ny-imgbox ul{overflow:hidden;padding:5px;}
    .ny-imgbox ul li{padding:5px;width:50%; float:left;}
    .ny-imgbox ul li a{display:block;}
    .ny-imgbox ul li a img{display:block;width:100%;border:1px solid #ddd; }
    .ny-imgbox ul li a h3{padding:0 5px;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}

    /*内页图片详情*/
    .ny-imgdesc>h1{font-size: 1.4rem;text-align: center;padding: 15px 5px;color: #2a3a91;}
    .ny-imgdescimg{width: 90%;margin: 0 auto;text-align: center;}
    .ny-imgdescimg img{max-width:100%;margin:0 auto;}
    .ny-imgdesctxt{margin: 8px 10px;}
    .ny-imgdesccon{line-height:1.6;padding:10px;}
    .ny-imgdesccon img{max-width:100%;height:auto !important;}
    .ny-imgdesccon video{max-width:100%;height:auto !important;}
    .ny-imgdesc .jiathis_style{margin: 8px 15px;}
    .ny-imgdesc .jiathis_txt{float: left;margin-top: 5px;}

    /*内页产品中心*/
    .ny-prolist{padding:10px 0;}
    .ny-prolist>h1{font-size:1.2rem;text-align:center}
    .ny-prolist>dl{padding:10px 0;}
    .ny-prolist>dl>dt{border-bottom: 1px dashed #eee;background:#f4f4f4;margin-top:10px;}
    .ny-prolist>dl>dt .twodh{padding:10px 10px 10px 20px;font-size:18px;font-weight:bold;background:#f8f8f8;border-bottom:1px solid #2a3a91;}
    .ny-prolist dl dt .proseries{line-height: 40px;margin-left:30px;font-size:16px;padding-left: 30px;position: relative;display:block;}

    .ny-prolist dl dt .proseries::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #2a3a91;}
    .ny-prolist>dl>dd{padding:5px;overflow:hidden;}
    .ny-prolist>dl>dd>proseries{float:left;display:block;width:33.33%;padding:5px;}
    .ny-prolist>dl>dd>proseries:nth-child(n+4){display:none}
    .ny-prolist>dl>dd>a>img{max-width:100%;display:block;margin:0 auto;border:1px solid #eee;}
    .ny-prolist>dl>dd>a>h4{font-size:0.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:30px;}
    .ny-prolist>ul{padding:10px 5px;overflow:hidden;}
    .ny-prolist>ul>li{float:left;width:50%;min-width:30%;padding:5px;}
    .ny-prolist>ul>li>a{display:block;}
    .ny-prolist>ul>li>a>img{display:block;max-width:100%;margin:0 auto;border:1px solid #eee;}
    .ny-prolist>ul>li>a>h4{font-size:0.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:30px;}
    .dsd{overflow:hidden;background:white;padding:5px;}
    .dsd>li{float: left;display: block;width: 50%;padding: 5px;}
    .dsd>li>a>img{   max-width: 100%;display: block; margin: 0 auto; border: 1px solid #eee;}
    .dsd>li>a>h4{font-size: 0.8rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;line-height: 30px;}
    /*.dsd>li:nth-child(n+4){ display: none;}*/

    .ny-prolist{padding:10px 0;}
    .ny-prolist>h1{font-size: 1.4rem;text-align:center;font-weight: bold;padding-top: 10px;}
    .ny-prolist>dl{padding:10px 0;}
    .ny-prolist>dl>dt{padding-left: 15px;border-bottom: 1px dashed #eee;background:#f4f4f4;}
    .ny-prolist>dl>dt>a{line-height: 40px;font-size:16px;padding-left: 15px;position: relative;display:block;}
    .ny-prolist>dl>dt>a::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #2a3a91;}
    .ny-prolist>dl>dd{padding:5px;overflow:hidden;}
    .ny-prolist>dl>dd>a{float:left;display:block;width:50%;padding:5px;}
    .ny-prolist>dl>dd>a:nth-child(n+5){display:none}
    .ny-prolist>dl>dd>a>img{max-width:100%;display:block;margin:0 auto;border:1px solid #eee;}
    .ny-prolist>dl>dd>a>h4{font-size:0.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:30px;}
    .ny-prolist>ul{padding:10px 5px;overflow:hidden;}
    .ny-prolist>ul>li{float:left;width:50%;padding:5px;}
    .ny-prolist>ul>li>a{display:block;}
    .ny-prolist>ul>li>a>img{display:block;max-width:100%;margin:0 auto;border:1px solid #eee;}
    .ny-prolist>ul>li>a>h4{font-size:0.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;line-height:30px;}

    /*内页产品详情*/
    .ny-procon{margin: 0 10px;}
    .ny-procon>h1{font-size:1.4rem;text-align:center;padding:15px 5px;color: #2a3a91;}
    .ny-proconimg{width: 90%;margin: 0 auto;text-align: center;}
	.ny-proconimg p{text-align: left; margin-top: 15px; color: #0068d3; font-weight: bold; font-size: 14px;}
    .ny-proconimg img{max-width:100%;margin:0 auto;}
    .ny-proconinfo{margin-top:15px;}
    .ny-proconinfo dd{padding:10px 10px 0;line-height:20px;}
    .ny-procontxt{margin:15px 0;}
    .ny-procondesc{line-height:1.6;padding:10px}
    .ny-procondesc img{max-width:100%;height:auto !important;}
    .ny-procon .ny-page{margin: 10px 0; }
    .ny-procon .ny-title{border-bottom: 1px solid #ddd;line-height: 35px;}
    .ny-procon .jiathis_txt{float: left;/*margin-top: 5px;*/}

    /*t推存新闻*/
    .m-hotnews{line-height: 40px;margin: 10px;}
    .m-hotnews>h3{background: url(../images/new_ico1.gif) no-repeat left 3px top 10px;padding-left: 32px;font-size:18px;border-bottom: 2px #2a3a91 solid;color: #2a3a91;font-weight: bold;width: 110px;}
    .m-hotnews ul{padding: 0 0%;}
    .m-hotnews-list li{width: 100%;padding-left: 15px;height: 40px;line-height: 36px;font-size: 14px;font-family: "microsoft yahei";overflow: hidden;border-bottom: 1px dashed #e0e0e0;position: relative;margin: 5px 0;}
    .m-hotnews-list li a{float: left;width: calc(100% - 150px);}
    .m-hotnews ul li:before {content: '';width: 5px;height: 5px;border-radius: 1rem;background: #a9a9a9;position: absolute;top: 17px;left: 0;}
    .m-hotnews-list li span{font-size: 14px;color: #c1c1c1;float: right;}
    .sb_box .active .m-text{margin-bottom: 10px;}

    /*内页新闻列表*/
    .ny-newslist{padding-top:10px;}
    .ny-newslist ul{padding: 0 10px;}
    .ny-newslist ul li{margin-bottom:10px;border:1px solid #ddd;padding:10px;}
    .ny-newslist ul li h4{line-height:25px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;}
    .ny-newslist ul li p{line-height:20px;color:#666; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
    .ny-newslist ul li span{color:#999;font-size:12px;}

    /*内页新闻详情*/
    .ny-newsdesc>h1{font-size: 1.4rem;text-align: center;padding: 15px 5px 0;color: #2a3a91;}
	.ny-newsdesc .text-center{ text-align: center; margin-top: 0.39em;}
    .ny-newsdesc .text-center span{ font-size: 14px; color: #a3afb7; margin-right: 10px;}
    .ny-newsdesccon{line-height:1.6;padding:10px 15px;}
    .ny-newsdesccon img{max-width:100%;height:auto !important;}
    .ny-newsdesc .jiathis_style{margin: 5px 15px;}
    .ny-newsdesc .jiathis_txt{float:left;/*margin-top: 5px;*/}

    /*留言*/
    .form-group{display:flex;justify-content:center;margin:10px 0;}

    /*内页主体*/
    .inside{padding:0;margin-bottom:20px;}
    .nynav{width:100%;background: #f3f3f3;}
    .nyjc{margin-bottom:0;}
    #sidebar{padding: 0px;background: transparent;border: none;display: flex;flex-wrap: nowrap;align-content: flex-start;}
    #sidebar li{margin-top: 0px;flex:1;}
    /*#sidebar li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 25px;background: url(../images/liBg2.png)no-repeat 168px center}*/
    .nyshow{width:100%;border:none;}
    .nyshowdesc{/* margin-top: 10px; */padding: 0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;overflow-x: auto;}
    .nyshowdesc>div{width:100% !important;margin-top: 0;}
    .nyshowdesc table{white-space: nowrap;}
    .nyhotnews>h3{background: url(../images/nyhotnewico.png) no-repeat left 10px top 10px;padding-left: 10px;}
    .nyhotnews-list li{width:100%;background:none;border-bottom: 1px dashed #ddd;}
    .nyhotnews-list li a{width:calc(100% - 90px);}
    .ny-page a{padding:8px;font-size:12px;}
    .nyshowdesc .map_img img{display: none;}
    /*图片模块*/
    .nyimg-ul{margin-top:20px;}
    .nyimg-ul li{width:50%;margin-bottom:10px}
    .nyimg-div a.nyimg-a{font-size:12px;}
    .showimg-top{margin-top:20px;}
    .showimg-top h1{font-size:20px;}
    .showimg-time span{font-size:12px;}
    .showimg-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;}
    /*视频模块*/
    .nyvideo-ul{margin-top:20px;}
    .nyvideo-ul li{width:50%;margin-bottom:10px}
    .nyvideo-div a.nyvideo-a{font-size:12px;}
    .showvideo-top{margin-top:20px;}
    .showvideo-top h1{font-size:20px;}
    .showvideo-time span{font-size:12px;}
    .showvideo-mp video, .showvideo-mp iframe{max-width:100%;}
	#shownews .editor #video {overflow: hidden;}
	#shownews .editor #video video{max-width:100%;}
	
    /*下载模块*/
    .nydown-list{margin-top:20px;}
    .nydown-list table thead{ font-size:14px;white-space:nowrap; }
    .nydown-list table th{ width: 30%; }
    .showdown-top{ margin-top:20px; }
    /*文章模块*/
    .nynews-ul{ margin-top:10px; }
    .nynews-ul li{padding:0 10px;margin-bottom:10px;}
    .nynews-ul li a dl{padding:8px;}
    .nynews-ul li a dl dt img{width:130px;}
    .nynews-ul li a dl dd{width:calc(100% - 140px);margin-top:0;margin-left:10px;}
    .nynews-ul li a dl dd h5{width:100%;font-size:14px;line-height:20px;}
    .nynews-ul li a dl dd em{height: 18px;line-height: 18px;font-size: 12px;}
    .nynews-ul li a dl dd p{font-size:12px;margin-top:0;}
    .nynews-ul li a dl dd span{display:none;}
    .shownews-top{margin-top:20px;}
    .shownews-top h1{font-size:20px;}
    .shownews-time span{font-size:12px;}
    .shownews-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;}
    /*标签*/
    .pro_key{padding:0 10px;}
    /*搜索模块*/
    .nysearch-ul{margin-top:10px;padding:0 10px;}
    .nysearch-ul li.nysearch-li{padding-bottom:10px;margin-bottom:10px;}
    .nysearch-til>h2{font-size:16px;}
    /*产品模块*/
    .nyprojc-til{background-size:100%;}
    .nyprojc-til a{padding:20px;}
    .nyprojc-til a span{color:#fff;}
    .pro_list li{background: white;border-bottom: 1px solid #ececec;}
    .pro_list li>a{font-size: 14px;line-height: 45px;height: 45px;}
    .pro_list li>a span{font-size:16px;display: block;color: #0a0a0a;height: 100%;position: relative;z-index: 3;padding: 0 50px;background: url(../images/nyprolist_cur.png)no-repeat right;}

    .nypro-ul li{width:50%;margin:10px 0;padding:0 10px;box-sizing:border-box;border: none;}
    .nypro-ul li a .nypro-txt{padding:10px 0;}
    .nypro-ul li a .nypro-txt p{padding:0;font-size: 14px;line-height: 25px;height: 25px;}
    .nypro-ul li a .nypro-txt span{padding:0;font-size: 12px;line-height: 20px;height: 20px;}
    .nyproshow-top>dt{width:100%;padding:0 10px;box-sizing:border-box;margin-bottom:20px;}
    .spec-items{width: calc(100% - 50px);}
    .nyproshow-txt{width:100%;padding:0 10px;box-sizing:border-box;margin-left:0;}
    .nyproshow-txt>h1{font-size:18px;text-align:center;}
    .showpro-telcon span{font-size:20px;}
    .showpro-tel a{display:none;}
    .showpro-con ul{margin-bottom:0;}
    .showpro-details .showpro-det{padding:10px;}
    .nyaboutpro>h3{padding-left:10px;background: url(../images/nyaboutproico.png) no-repeat 10px;}
}

.ny-procon{}
.ny-procon>h1{font-size:1.4rem;text-align:center;padding:15px 5px;color: #2a3a91;}
.ny-proconimg{width: 90%;margin: 0 auto;text-align: center;}
.ny-proconimg img{max-width:100%;margin:0 auto;border: 1px solid #ddd;}
.ny-proconinfo{margin-top:15px;}
.ny-proconinfo dd{padding:10px 10px 0;line-height:20px;}
.ny-procontxt{margin:15px 0;}
.ny-procondesc{line-height:1.6;padding:10px}
.ny-procondesc img{max-width:100%;height:auto !important;}

@media (max-width: 768px) and (min-width:320px) {
    html { font-size:75%;}
}
@media (max-width: 768px) and (min-width:360px) {
    html { font-size:85%;}
}
@media (max-width: 768px) and (min-width:375px) {
    html { font-size:87.5%;}
}
@media (max-width: 768px) and (min-width:414px) {
    html { font-size:96%;}
}
@media (max-width: 768px) and (min-width:480px) {
    html { font-size:110.5%;}
}
@media (max-width: 768px) and (min-width:568px) {
    html { font-size:129%;}
}
@media (max-width: 768px) and (min-width:639px) {
    html { font-size:150%;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{border: 1px solid #2a3a91; padding:2px 8px 2px 8px;color: #2a3a91;display: inline-block;}
.metpager_5 a:hover {border: 1px solid #2a3a91; color:#fff;background-color: #2a3a91;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff;background: #2a3a91;border: 1px solid #2a3a91; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; }
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; }
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; }
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;}
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

/*联系我们*/
.lianxi_m {overflow: hidden;margin-top: 10px;margin-bottom: 24px;background: #f5f5f5;}
.lianxi_m .lianxi_ml {width: 242px;float: left;background: #2a3a91;color: #fff;padding: 20px 30px 20px 30px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m {overflow: hidden;font-size: 24px;font-weight: bold;line-height: 52px;margin-bottom: 10px;color: #fff;}
.lianxi_m .lianxi_ml .lianxi_ml_s {width: 242px;border: solid 2px #fff;font-size: 24px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 10px;line-height: 40px;}
.lianxi_m .lianxi_ml .lianxi_ml_en {font-family:'Arial';font-size: 18px;line-height: 40px;}

.lianxi_mr {float: right;position: relative;width: calc(100% - 346px);}
.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 88;margin-left: -35px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 10px;}
.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 80px;margin-left: calc(100% - 690px);position: absolute;right: 6px;}
.lianxi_mr_m {width: calc(100% - 20px);float: left;overflow: hidden;padding-left: 0px;padding-right: 0px;padding-top: 14px;line-height: 24px;color: #666;font-size: 14px;text-align:left;}
.lianxi_mr_m span {font-size: 20px;font-weight: bold;line-height: 48px;color: #2a3a91;}
.contact_ny ul  { background: #fff; overflow: hidden; border-right: none;}
.contact_ny ul li {float: left;width: 50%;height: 120px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding: 24px 20px;text-align: left;box-sizing: border-box;}

.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}
.contact_ny .ftlxfs{float: left;width: 220px;}
.contact_ny ul li h5 {color: #2a3a91;margin-bottom: 4px;font-size: 18px;font-weight: bold;}
.contact_ny ul li>p{float: left;}


/*联系我们*/
.lianxi_m {overflow: hidden;margin-top: 10px;margin-bottom: 24px;background: #f5f5f5;}
.lianxi_m .lianxi_ml {width: 272px;float: left;background: #2a3a91;color: #fff;padding: 20px 30px 20px 30px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m {overflow: hidden;font-size: 24px;font-weight: bold;line-height: 52px;margin-bottom: 10px;color: #fff;}
.lianxi_m .lianxi_ml .lianxi_ml_s {width: 242px;border: solid 2px #fff;font-size: 24px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 10px;line-height: 40px;}
.lianxi_m .lianxi_ml .lianxi_ml_en {font-family:'Arial';font-size: 18px;line-height: 40px;}

.lianxi_mr {float: right;position: relative;width: calc(100% - 380px);}
.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 88;margin-left: -35px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 10px;}
.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 80px;margin-left: calc(100% - 690px);position: absolute;right: 6px;}
.lianxi_mr_m {width: calc(100% - 50px);float: left;overflow: hidden;padding-left: 15px;padding-right: 0px;padding-top: 33px;line-height: 24px;color: #666;font-size: 14px;text-align:left;}
.lianxi_mr_m span {font-size: 20px;font-weight: bold;line-height: 48px;color: #2a3a91;}
.contact_ny ul  { background: #fff; overflow: hidden; border-right: none;}
.contact_ny ul li {float: left;width: 50%;height: 120px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding: 24px 20px;text-align: left;box-sizing: border-box;}

.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}
.contact_ny .ftlxfs{float: left;width: calc(100% - 100px);}
.contact_ny ul li h5 {color: #2a3a91;margin-bottom: 4px;font-size: 18px;font-weight: bold;}
.contact_ny ul li>p{float: left;}
.contact_ny ul li>p{float: left;}

@media(max-width: 767px) {
    .lianxi_m .lianxi_ml { width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}
    .lianxi_mr { width: 100%;float: none; overflow: hidden;}
    .contact_ny ul li{ width: 100%;  }
    .lianxi_mr_m {padding-top: 15px;padding-bottom: 20px;padding-left: 20px;}
    .lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 24px; }
    .lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px; line-height: 48px; font-size: 24px; }
    .lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }
    #inside .showproductli .showproductli_r ul li{ margin-bottom:10px; }
}

@-webkit-keyframes resize{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5)}
100%{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}
}
@keyframes resize{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5)}
100%{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}
}
}
@-webkit-keyframes ReturnToNormal{from{opacity:0;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}
to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}
}
@keyframes ReturnToNormal{from{opacity:0;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}
to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}
}